@forge/cli-shared
9.5.1-next.49.5.1-next.5
out/ui/text.js~
out/ui/text.jsModified+3
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -1423,8 +1423,11 @@
prompt: {
overview: 'List all images for a container.',
entry: 'Enter the name of the container to list images for:'
},
+ error: {
+ keyRequiredForJson: '--json requires --key to be specified'
+ },
listingImages: (key) => `Listing images for container with key '${key}'.`,
noImagesFound: `No images found.`,
promptNextPage: 'Load next page?'
}