Skip to content
Snippets Groups Projects
Commit 179aecaf authored by Martin Blanchard's avatar Martin Blanchard
Browse files

docs: Update and fix CLI reference documentation

parent 27f39c94
No related branches found
No related tags found
Loading
.. _cli_reference: .. _cli-reference:
CLI reference CLI reference
============= =============
...@@ -8,112 +8,118 @@ BuildGrid's Command Line Interface (CLI) reference documentation. ...@@ -8,112 +8,118 @@ BuildGrid's Command Line Interface (CLI) reference documentation.
---- ----
.. _invoking_bgd: .. _invoking-bgd:
.. click:: buildgrid._app:cli .. click:: buildgrid._app:cli
:prog: bgd :prog: bgd
---- ----
.. _invoking_bgd_bot: .. _invoking-bgd-bot:
.. click:: buildgrid._app.commands.cmd_bot:cli .. click:: buildgrid._app.commands.cmd_bot:cli
:prog: bgd bot :prog: bgd bot
---- ----
.. _invoking_bgd_bot_buildbox: .. _invoking-bgd-bot-buildbox:
.. click:: buildgrid._app.commands.cmd_bot:run_buildbox .. click:: buildgrid._app.commands.cmd_bot:run_buildbox
:prog: bgd bot buildbot :prog: bgd bot buildbot
---- ----
.. _invoking_bgd_bot_dummy: .. _invoking-bgd-bot-dummy:
.. click:: buildgrid._app.commands.cmd_bot:run_dummy .. click:: buildgrid._app.commands.cmd_bot:run_dummy
:prog: bgd bot dummy :prog: bgd bot dummy
---- ----
.. _invoking_bgd_bot_temp_directory: .. _invoking-bgd-bot-temp-directory:
.. click:: buildgrid._app.commands.cmd_bot:run_temp_directory .. click:: buildgrid._app.commands.cmd_bot:run_temp_directory
:prog: bgd bot temp-directory :prog: bgd bot temp-directory
---- ----
.. _invoking_bgd_cas: .. _invoking-bgd-cas:
.. click:: buildgrid._app.commands.cmd_cas:cli .. click:: buildgrid._app.commands.cmd_cas:cli
:prog: bgd cas :prog: bgd cas
---- ----
.. _invoking_bgd_cas_upload_dir: .. _invoking-bgd-cas-upload-dir:
.. click:: buildgrid._app.commands.cmd_cas:upload_dir .. click:: buildgrid._app.commands.cmd_cas:upload_dir
:prog: bgd cas upload-dir :prog: bgd cas upload-dir
---- ----
.. _invoking_bgd_cas_upload_files: .. _invoking-bgd-cas-upload-files:
.. click:: buildgrid._app.commands.cmd_cas:upload_files .. click:: buildgrid._app.commands.cmd_cas:upload_files
:prog: bgd cas upload-files :prog: bgd cas upload-files
---- ----
.. _invoking_bgd_execute: .. _invoking-bgd-execute:
.. click:: buildgrid._app.commands.cmd_execute:cli .. click:: buildgrid._app.commands.cmd_execute:cli
:prog: bgd execute :prog: bgd execute
---- ----
.. _invoking_bgd_execute_command: .. _invoking-bgd-execute-command:
.. click:: buildgrid._app.commands.cmd_execute:command .. click:: buildgrid._app.commands.cmd_execute:command
:prog: bgd execute command :prog: bgd execute command
---- ----
.. _invoking_bgd_execute_list: .. _invoking-bgd-execute-request-dummy:
.. click:: buildgrid._app.commands.cmd_execute:list_operations .. click:: buildgrid._app.commands.cmd_execute:request_dummy
:prog: bgd execute list :prog: bgd execute request-dummy
---- ----
.. _invoking_bgd_execute_ request_dummy: .. _invoking-bgd-operation:
.. click:: buildgrid._app.commands.cmd_execute:request_dummy .. click:: buildgrid._app.commands.cmd_operation:cli
:prog: bgd execute request-dummy :prog: bgd operation
---- ----
.. _invoking_bgd_execute_status: .. _invoking-bgd-operation-list:
.. click:: buildgrid._app.commands.cmd_execute:operation_status .. click:: buildgrid._app.commands.cmd_operation:lists
:prog: bgd execute status :prog: bgd operation list
---- ----
.. _invoking_bgd_execute_wait: .. _invoking-bgd-operation-status:
.. click:: buildgrid._app.commands.cmd_execute:wait_execution .. click:: buildgrid._app.commands.cmd_operation:status
:prog: bgd execute wait :prog: bgd operation status
---- ----
.. _invoking_bgd_server: .. _invoking-bgd-operation-wait:
.. click:: buildgrid._app.commands.cmd_operation:wait
:prog: bgd operation wait
----
.. _invoking-bgd-server:
.. click:: buildgrid._app.commands.cmd_server:cli .. click:: buildgrid._app.commands.cmd_server:cli
:prog: bgd server :prog: bgd server
---- ----
.. _invoking_bgd_server_start: .. _invoking-bgd-server-start:
.. click:: buildgrid._app.commands.cmd_server:start .. click:: buildgrid._app.commands.cmd_server:start
:prog: bgd server start :prog: bgd server start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment