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 ability to customize default output columns #87

Closed
kylewest opened this issue Apr 3, 2017 · 2 comments
Closed

add ability to customize default output columns #87

kylewest opened this issue Apr 3, 2017 · 2 comments
Labels

Comments

@kylewest
Copy link

kylewest commented Apr 3, 2017

Is there a way to customize the default columns when running a command like:

awless ls instances --sort name

I see they are defined here and used here but don't see a way to change or append the default set. Ideally something like:

awless ls instances --sort name --show name,zone,state,subnet,imageId

or maybe:

awless ls instances --sort name --extraColumns subnet,imageId

Are there plans to add this feature? I'd be happy to hack on it but haven't written any Go before so would need a little push in the right direction to get started.

@fxaguessy
Copy link
Contributor

This is something that we want to add. We are currently thinking of the best way to support it and will let you know when it will be implemented. (It should be soon, stay tuned !)

@simcap
Copy link
Contributor

simcap commented Sep 20, 2017

Note the flag is --columns

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

No branches or pull requests

3 participants