You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: make CLI agent-compatible with improved non-interactive support
- Add --help examples to all 15 commands that were missing them
- Fix actionable error messages with concrete example invocations
- Fix typo --allow--manifest-override (double dash) in deploy
- Add missing --allow-postgres-deletion flag to deploy command
- Fix init to fail fast when --template is missing in non-interactive mode
- Fix logs pagination to auto-fetch all pages in non-interactive mode
- Add interactive squid selection prompt to view command
- Add --json flag to list command for machine-parseable output
- Clean up --json output in view/list to strip manifest, packageJson, metrics
- Add structured success output (squid, deploy_id, duration) to deploy/remove/restart
- Improve --interactive flag description for clarity
Made-with: Cursor
constwarning=`The new manifest does not include "addons.postgres", but the squid ${printSquid(squid)} currently has a Postgres database. Deploying will permanently delete the database and all its data.`;
0 commit comments