Command Line Reference¶
The titan command line is the primary tool for managing repositories and
commits. While there are a number of detailed subcommands, there are some
global options as well.
Note
The --help option can be used to provide more detail about subcommands
and their options, such as titan run --help or titan remote --help.
Syntax¶
titan --help
titan --version
titan subcommand ...
Options¶
- --version
 Display the titan version and exit.
- --help, -h
 Display available subcommands.
Subcommands¶
- titan abort
 - titan checkout
 - titan clone
 - titan commit
 - titan context default
 - titan context install
 - titan context ls
 - titan context uninstall
 - titan delete
 - titan cp
 - titan install
 - titan log
 - titan ls
 - titan migrate
 - titan pull
 - titan push
 - titan remote add
 - titan remote log
 - titan remote ls
 - titan remote rm
 - titan rm
 - titan run
 - titan start
 - titan status
 - titan stop
 - titan tag
 - titan uninstall
 - titan upgrade