summaryrefslogtreecommitdiff
path: root/yarns/branches-workspaces.yarn
diff options
context:
space:
mode:
Diffstat (limited to 'yarns/branches-workspaces.yarn')
-rw-r--r--yarns/branches-workspaces.yarn12
1 files changed, 12 insertions, 0 deletions
diff --git a/yarns/branches-workspaces.yarn b/yarns/branches-workspaces.yarn
index 8bbf7d50..e0ead11c 100644
--- a/yarns/branches-workspaces.yarn
+++ b/yarns/branches-workspaces.yarn
@@ -657,3 +657,15 @@ a system is likely to have a reproducible result.
WHEN the user certifies the system systems/test-system.morph at ref HEAD in repository test:morphs
THEN morph succeeded
AND morph output Reproducibility certification PASSED
+
+Listing artifacts in a system
+-----------------------------
+
+The `morph list-artifacts` command can be used to list the names of each
+artifact in a system. This name includes the cache key of the artifact.
+
+ SCENARIO using morph list-artifacts
+ GIVEN a git server
+
+ WHEN the user lists the artifacts which make up the system systems/test-system.morph at ref HEAD in repository test:morphs
+ THEN morph succeeded