summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-05-14 13:31:11 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-05-20 14:04:07 +0000
commit31ddf5da04385dcf060334bbe0948ced23b96513 (patch)
treefb3dc4163ea87864b980d1a5003ee9f0fe7a58ac /yarns/implementations.yarn
parent8eef287c2a6a72197e31d8c9f815709f1d3618f0 (diff)
downloadmorph-31ddf5da04385dcf060334bbe0948ced23b96513.tar.gz
yarns: Add a test for `morph list-artifacts`
Change-Id: I7c993aee22f8438c28566acce01c524d9b315951
Diffstat (limited to 'yarns/implementations.yarn')
-rw-r--r--yarns/implementations.yarn6
1 files changed, 6 insertions, 0 deletions
diff --git a/yarns/implementations.yarn b/yarns/implementations.yarn
index 688203cf..8244cfa0 100644
--- a/yarns/implementations.yarn
+++ b/yarns/implementations.yarn
@@ -745,6 +745,12 @@ Implementations for `morph certify`
IMPLEMENTS WHEN the user certifies the system (\S+) at ref (\S+) in repository (\S+)
attempt_morph certify "$MATCH_3" "$MATCH_2" "$MATCH_1"
+Implementations for `morph list-artifacts`
+------------------------------------------
+
+ IMPLEMENTS WHEN the user lists the artifacts which make up the system (\S+) at ref (\S+) in repository (\S+)
+ attempt_morph list-artifacts "$MATCH_3" "$MATCH_2" "$MATCH_1"
+
Implementations for temporary build branch handling
---------------------------------------------------