feat: add --force flag to all confirmation prompts missing bypass by jeremybeard · Pull Request #2057 · astronomer/astro-cli
Add --force to skip interactive confirmations across the CLI: - astro deploy: skip "No DAGs found" warning with --force - astro dev init: skip non-empty directory confirmation with --force - astro organization team update/delete: skip IDP-managed team confirmation with --force - astro organization team user add/remove: same - astro deployment create: add --force for fromfile CICD enforcement confirmation - astro deployment update: fix existing --force to also skip CICD enforcement + dag-deploy warning Plumbs force parameter through cloud/team (confirmOperation), cloud/deploy (InputDeploy.Force), and cloud/deployment/fromfile (CreateOrUpdate) with all corresponding test updates.
marked this pull request as ready for review
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters