Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --quiet flag for apps list #3719

Merged
merged 1 commit into from
Jul 9, 2024
Merged

add --quiet flag for apps list #3719

merged 1 commit into from
Jul 9, 2024

Conversation

fliepeltje
Copy link
Contributor

A --quiet/-q flag just makes sense:

fly apps list -q | grep test-app | xargs fly apps destroy -y

closes #3683

@fliepeltje fliepeltje merged commit 330f340 into master Jul 9, 2024
34 checks passed
@fliepeltje fliepeltje deleted the quiet-app-list branch July 9, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

-q/--quiet flag for fly apps list
1 participant