help

列出 scm 次指令及提供每個指令的詳細說明。

用途

scm help 指令會列出 scm 次指令及提供各個次指令的簡要說明。 它也可以提供任何或所有 scm 次指令的詳細資訊。

用法概要

scm help [ --all | subcommand ]

選項和引數

預設值
列出 scm 次指令及提供每個指令的摘要說明。
--all
顯示所有 scm 次指令的完整說明
subcommand
顯示指名 scm subcommand 的說明

範例

如果要取得 scm list 次指令的說明,請執行下列動作:

C:\local-workspaces\HelloJazz>scm help list
Help on list
List items. Different items can be listed, as specified by subcommands.

Aliases: ls

Usage: scm list <workspaces|projectareas|teamareas|streams|contributors|components|remotefiles> [subcommand-args]

Subcommands:
  workspaces - List remote workspaces.
  projectareas - List project areas.
  teamareas - List team areas.
  streams - List streams for the team areas of a contributor.
  contributors - List contributors.
  components - List components in a workspace or stream.
  remotefiles - Show the file tree of a remote workspace.

To find out more about a subcommand, run 'scm help list <subcommand>'

如果要取得 scm list streams 的說明,請執行下列動作:

C:\local-workspaces\HelloJazz>scm help list streams
Help on list streams
Provide a listing of available streams in the repository.

Aliases: stream, s

Usage: scm list streams [options]

Options:
  -r [--repository-uri] arg  - URI specifying the location of repository.
  -u [--username] arg        - Username for repository.
  -P [--password] arg        - Password for repository.
  -v [--verbose]             - Increase verbosity of output.
  -c [--contrib] arg         - Contributor to query about.


意見

以上說明對您有幫助嗎?您可以在 Jazz.net 網站中提供意見(需要登錄):在討論區中提供意見提交錯誤