diff options
author | James Ennis <james.ennis@codethink.com> | 2019-01-22 11:58:06 +0000 |
---|---|---|
committer | James Ennis <james.ennis@codethink.com> | 2019-01-22 12:32:43 +0000 |
commit | ac13533300da75472e53d36ec03b4dddf4fe6c73 (patch) | |
tree | 95758fedab3a3758936aa662f165d665761ce8c2 | |
parent | 383142e3e566303d33890bdef4dd75a9fe3289ac (diff) | |
download | buildstream-ac13533300da75472e53d36ec03b4dddf4fe6c73.tar.gz |
using_commands.rst: Add the source checkout command
-rw-r--r-- | doc/source/using_commands.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/source/using_commands.rst b/doc/source/using_commands.rst index 2f530ee3d..8e46d085a 100644 --- a/doc/source/using_commands.rst +++ b/doc/source/using_commands.rst @@ -101,6 +101,13 @@ Source subcommands .. click:: buildstream._frontend.cli:source_track :prog: bst source track +---- + +.. _invoking_source_checkout: + +.. click:: buildstream._frontend.cli:source_checkout + :prog: bst source checkout + Workspace subcommands --------------------- |