Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Add 'quiet' option to list-units cmd #152

Closed
vnugent opened this issue May 28, 2014 · 2 comments
Closed

Add 'quiet' option to list-units cmd #152

vnugent opened this issue May 28, 2014 · 2 comments

Comments

@vnugent
Copy link
Contributor

vnugent commented May 28, 2014

Please consider adding --quiet option to list-units command to show only gear names similar to -q option in 'docker ps'. It'd be useful to be able to stop and delete apps in batches
gear delete $(gear list-units --quiet)

@smarterclayton
Copy link
Contributor

Fixed - -q (and also -a to list all containers that are stopped is being merged now). There's also gear purge which burns it all down.

@davidpelaez
Copy link

@vnugent you can now run gear list-units -a -q 2> /dev/null to obtain something like this:

app.4
busy.1
busy.2
sample2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants