summaryrefslogtreecommitdiff
path: root/yarns/implementations.yarn
diff options
context:
space:
mode:
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
---------------------------------------------------