summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.com>2019-01-22 11:58:06 +0000
committerJames Ennis <james.ennis@codethink.com>2019-01-22 12:32:43 +0000
commitac13533300da75472e53d36ec03b4dddf4fe6c73 (patch)
tree95758fedab3a3758936aa662f165d665761ce8c2
parent383142e3e566303d33890bdef4dd75a9fe3289ac (diff)
downloadbuildstream-ac13533300da75472e53d36ec03b4dddf4fe6c73.tar.gz
using_commands.rst: Add the source checkout command
-rw-r--r--doc/source/using_commands.rst7
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
---------------------