Helix TeamHub User Guide (2020.1 Enterprise)

Helix TeamHub CLI command reference

This section details the commands available to you and how to use them.

Common flags available for all commands:

  • To list all of the commands available to you from the command line, enter hth --help or hth -h.
  • To get help on a specific command and its flags from the command line, enter hth command --help or hth command -h where command is the command you need help on.
  • To run any command with verbose output (debug output), add the --verbose flag to the command.

Write operations request a confirmation

Any write operation such as; hth pull, hth commit, hth push, and so on will ask for a confirmation as shown below:

Note

This may be configurable at the project or global level.

Pushing/Pulling/Commiting changes for:
    backend#develop
    omnibus-acme#develop
    foo#topic2
to `myhth.com/acme/projects/platform`

Do you want to continue? [y/n]

Helix TeamHub CLI commands: