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

Roadmap: Enable/disable integrations in the CLI #3

Open
dgildeh opened this issue Aug 18, 2018 · 0 comments
Open

Roadmap: Enable/disable integrations in the CLI #3

dgildeh opened this issue Aug 18, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@dgildeh
Copy link
Contributor

dgildeh commented Aug 18, 2018

Once the integration service is done, we should use the new APIs to allow users to programmatically list, enable and disable integrations via the CLI:

To list all the available integrations with their current status (i.e. not installed, installed, upgrade available) use the following command:

outlyer get integrations --account={account-name}

This will provide a table with all the integrations available and their current status:

apache2               v1.0.0      installed
aws-billing           v1.0.0       update-available
aws-dynamodb   v.1.0.1
...

To enable an integration:

outlyer apply integration <integration-name> --account={account-name}

To upgrade an integration if a new version is available:

outlyer apply integration <integration-name> --update --account={account-name}

To remove an integration from the account:

outlyer delete integration <integration-name> --account={account-name}
@dgildeh dgildeh added the enhancement New feature or request label Aug 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant