Skip to content

Add --no-params flag to skip parameter fetching for actions that don't need it#177

Merged
bjornaer merged 1 commit intobetafrom
feature/skip-parameters-fetch
Apr 21, 2026
Merged

Add --no-params flag to skip parameter fetching for actions that don't need it#177
bjornaer merged 1 commit intobetafrom
feature/skip-parameters-fetch

Conversation

@bjornaer
Copy link
Copy Markdown
Contributor

Deployment actions like switch-traffic, kill-instances, and diagnose-deployment are purely operational and don't require application parameters. All scope actions (create, update, delete, etc.) deal with infrastructure, not app config. The flag is only added when the CLI supports it, preserving backward compatibility.

…t need it

Deployment actions like switch-traffic, kill-instances, and diagnose-deployment
are purely operational and don't require application parameters. All scope actions
(create, update, delete, etc.) deal with infrastructure, not app config.
The flag is only added when the CLI supports it, preserving backward compatibility.
@bjornaer bjornaer self-assigned this Apr 17, 2026
@bjornaer bjornaer added enhancement New feature or request good first issue Good for newcomers labels Apr 17, 2026
@bjornaer bjornaer merged commit 64c146b into beta Apr 21, 2026
3 checks passed
@bjornaer bjornaer deleted the feature/skip-parameters-fetch branch April 21, 2026 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants