@ductape/cli 0.3.26 → 0.3.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -324,6 +324,7 @@ export async function configureProductApp(ctx, productRef, appRef, updates) {
324
324
  app_env_slug: env.app_env_slug,
325
325
  variables_configured: Array.isArray(env.variables) && env.variables.length > 0,
326
326
  auth_configured: Boolean(env.auth),
327
+ shared_credentials_configured: Boolean(env.credentials && typeof env.credentials === 'object' && Object.keys(env.credentials).length > 0),
327
328
  })),
328
329
  };
329
330
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ductape/cli",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "Ductape CLI — local platform, login, link projects, and manage resources via the proxy (Workbench-compatible)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",