npm package diff

Package: @forge/cli-shared

Versions: 8.9.0-next.13-experimental-003d118 - 8.9.0-next.14

File: package/out/ui/text.js

Index: package/out/ui/text.js
===================================================================
--- package/out/ui/text.js
+++ package/out/ui/text.js
@@ -1347,10 +1347,14 @@
             formatError: (path, message) => `${path ?? 'root'}: ${message ?? 'Unknown validation error'}`
         },
         deploy: {
             errors: {
-                notAvailable: 'Deployment failed due to missing scopes. Please contact your admin to register the required scopes and try again.'
+                notAvailable: 'Deployment failed due to missing scopes. Contact your admin to register the missing scopes, then try again.'
             }
+        },
+        cmd: {
+            name: 'custom-scopes',
+            description: 'Manage custom scopes'
         }
     },
     dynamicTable: {
         exiting: 'Exiting...'