npm package diff
Package: @forge/cli-shared
Versions: 7.0.0-next.9-experimental-76b1041 - 7.0.0-next.10
File: package/out/ui/text.js
Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -1082,9 +1082,11 @@
optionInvocation: 'view logs for a given invocation ID',
optionLimit: 'number of log lines to return',
optionGroup: 'group logs by invocation ID',
optionSince: 'view logs since the specified time. valid formats: YYYY-MM-DD, ISO 8061 timestamp or a relative time (e.g: 5m, 10h, 2d)',
- invalidSinceOption: (since) => `Invalid date-time format: '${since}'. Date filter will not be applied.\n`
+ optionContainers: 'view container logs',
+ invalidSinceOption: (since) => `Invalid date-time format: '${since}'. Date filter will not be applied.\n`,
+ invalidOptionWithContainersCmd: (option) => `The '${option}' option is not supported for container logs.\n`
},
lint: {
blurb: "The linter checks the app code for known errors. Warnings are issues you should fix, but they won't stop the app code from building.\nPress Ctrl+C to cancel.\n",
cmd: 'check the source files for common errors',