npm package diff

Package: @forge/cli-shared

Versions: 7.0.0-next.6-experimental-bebf085 - 7.0.0-next.7

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -1082,11 +1082,9 @@
         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)',
-        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`
+        invalidSinceOption: (since) => `Invalid date-time format: '${since}'. Date filter will not be applied.\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',