# CLI Gantry's command-line interface (CLI) is the main way to utilize its functionality. Run `❯ gantry --help` to see a list of all available commands. ```{literalinclude} cli-help-docs/main.txt :language: text ``` ## run `❯ gantry run` ```{literalinclude} cli-help-docs/run.txt :language: text ``` ## config `❯ gantry config` ```{literalinclude} cli-help-docs/config.txt :language: text ``` ## find-gpus `❯ gantry find-gpus` ```{literalinclude} cli-help-docs/find-gpus.txt :language: text ``` ## follow `❯ gantry follow` ```{literalinclude} cli-help-docs/follow.txt :language: text ``` ## logs `❯ gantry logs` ```{literalinclude} cli-help-docs/logs.txt :language: text ``` ## list `❯ gantry list` ```{literalinclude} cli-help-docs/list.txt :language: text ``` ## stop `❯ gantry stop` ```{literalinclude} cli-help-docs/stop.txt :language: text ``` ## open `❯ gantry open` ```{literalinclude} cli-help-docs/open.txt :language: text ``` ## completion `❯ gantry completion` ```{literalinclude} cli-help-docs/completion.txt :language: text ```