-
Notifications
You must be signed in to change notification settings - Fork 3
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
enhancement: query data across account hierarchy #91
Comments
Great idea. Do you have any preferences on how we specify this on the command line. For example:
Or
|
well we already have --account-alias on some commands (not sure how many so if you can check). perhaps we just use --account-alias and it can be a specific alias or 'all' ... @gavin-lai your thoughts? i'm thinking if we can avoid another function lets do it. |
Agree, the all option sound go to get all sub accounts information. From: Chris Little [mailto:[email protected]] well we already have --account-alias on some commands (not sure how many so if you can check). perhaps we just use --account-alias and it can be a specific alias or 'all' ... @gavin-laihttps://github.com/gavin-lai your thoughts? i'm thinking if we can avoid another function lets do it. — |
It would be great if we could implement a 'crawl' of an account hierarchy for CLI actions.
for example, I want a list of all servers across my parent and all subs. right now you must always specify --account-alias or it just lists the parent account data.
The text was updated successfully, but these errors were encountered: