summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2018-11-01 15:23:20 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2018-12-12 16:32:41 +0000
commitb3dceb16cc56bd8d1c43a7d14e2c0e98d39769c4 (patch)
tree04ad44e0ab24758dc28fe43952d05deb8ce01c9d /tests
parent3697a61107ea484f6a119ab0275441b75292acce (diff)
downloadbuildstream-b3dceb16cc56bd8d1c43a7d14e2c0e98d39769c4.tar.gz
cli: Add artifact command group
Diffstat (limited to 'tests')
-rw-r--r--tests/completions/completions.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/completions/completions.py b/tests/completions/completions.py
index 9b32baadd..f810c4f08 100644
--- a/tests/completions/completions.py
+++ b/tests/completions/completions.py
@@ -6,6 +6,7 @@ from tests.testutils import cli
DATA_DIR = os.path.dirname(os.path.realpath(__file__))
MAIN_COMMANDS = [
+ 'artifact ',
'build ',
'checkout ',
'fetch ',