The scm login command connects you to a repository and creates a set of stored credentials that other scm subcommands can use when connecting to that repository.
scm login [ -r | --repository-uri ] repository URI [ -u | --username ] user ID in repository [ -P | --password ] password for user ID in repository [ -n | --nickname ] nickname for this combination of user ID and repository
C:\>scm login -r https://jazzhost.example.com:9443/jazz/ -u admin -P N87fX03z -n jazzhost
Logged in to https://jazzhost.example.com:9443/jazz/
Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug