The scm list subcommand lists objects, including project areas, team areas, streams, workspaces, files, and contributors (users) in the specified repository. The alias for scm list is scm ls.
scm list [ -r | --repository-uri ] repository URI or nickname { [ -c | --contrib ] name [ -v | --verbose ] --depth levels} object type {object-type specific options}
scm list [ -r | --repository-uri ] repository URI [ -u | --username ] user ID in repository [ -P | --password ] password for user ID in repository { [ -c | --contrib ] name [ -v | --verbose ] --depth levels } object type {object-type specific options}
C:\>scm list workspaces -r jazzhost
(1000) "Community Site Workspace"
(1101) "HelloJazz"
(1068) "UA-CLI"
(1113) "HelloJazz2"
(1109) "REST-svc-dev"
(1141) "Rob's test workspace"
C:\>scm list workspaces -c brc -r jazzhost
(1141) "Rob's test workspace"
(1109) "REST-svc-dev"
Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug