Run Jazz™ source
control command
line tools.
Purpose
The scm command
implements a command line interface to Jazz source
control.
It has a rich set of subcommands that create, modify, and manage information
in the repository.
Synopsis
scm { --non-interactive --config path [ -n | --dryrun ] [ -u | --show-uuid ] y|n [ -a | --show-alias ] y|n [ -v | --version ] [ -h | --help ] } {subcommand {subcommand options } }
Options and arguments
- [ -a | --show-alias ] y|n
- Show or hide aliases for repository objects. Use y to
show aliases (the default). Use n to hide them.
- [ --config ] path
- The Jazz source
control command
line client stores per-user metadata in a configuration directory.
The configuration directory is normally $HOME/.jazz-scm,
where $HOME represents your home directory. If you want to use a different
configuration directory, specify its path name in path.
- [ -h | --help ]
- Display detailed help for the named subcommand or,
if no subcommand is named, for the scm command
itself.
- [ -n | --dryrun ]
- Run the named subcommand but do not make any
changes in the repository.
- –non-interactive
- Do not prompt for user input.
- [ -u | --show-uuid ] y|n
- Show or hide UUIDs for repository objects. Use y to
show UUIDs. Use n to hide them (the default).
- [ -v | --version ]
- Display the version of the scm command and
subcommands.
- subcommand
- An scm subcommand.
- subcommand options
- Options to the subcommand.
Examples
Display the current version of
the command line client.
C:\>scm -v
com.ibm.team.filesystem.cli.tools, version 0.6.0.I200805202108
Subcommands: tools.verify
com.ibm.team.filesystem.cli.client, version 0.6.0.I200805301649
Subcommands: load login logout create create/workspace create/baseline changeset changeset/comment changeset/close list list/workspaces list/projectareas list/teamareas list/streams list/contributors list/components list/remotefiles checkin accept deliver status conflicts resolve move lastmod share discard undo history diff repair
com.ibm.team.filesystem.cli.core, version 0.6.0.I200805290438
Subcommands: help version