We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.0.0-alpha
Often we want to audit our sites to figure out on which sites user X is a team member. It would be sweet if we could do this:
terminus site:list --member=jane@example.com
The user would see a list of sites representing the intersection of
Bonus functionality terminus site:list --member=jane@example.com --org=ExampleOrg Does the above but filters for sites that are in ExampleOrg.
terminus site:list --member=jane@example.com --org=ExampleOrg
terminus site:list --member=jane@example.com --tag=ExampleTag Does the above but filters for sites that have ExampleTag.
terminus site:list --member=jane@example.com --tag=ExampleTag
terminus site:list --member=jane@example.com --org=ExampleOrg --tag=ExampleTag Filter for both of the above.
terminus site:list --member=jane@example.com --org=ExampleOrg --tag=ExampleTag
I don't think this functionality exists yet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
1.0.0-alpha
Expected behavior
Often we want to audit our sites to figure out on which sites user X is a team member. It would be sweet if we could do this:
terminus site:list --member=jane@example.com
The user would see a list of sites representing the intersection of
Bonus functionality
terminus site:list --member=jane@example.com --org=ExampleOrg
Does the above but filters for sites that are in ExampleOrg.
terminus site:list --member=jane@example.com --tag=ExampleTag
Does the above but filters for sites that have ExampleTag.
terminus site:list --member=jane@example.com --org=ExampleOrg --tag=ExampleTag
Filter for both of the above.
Actual behavior
I don't think this functionality exists yet.
The text was updated successfully, but these errors were encountered: