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
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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
This will provide a table with all the integrations available and their current status:
To enable an integration:
To upgrade an integration if a new version is available:
To remove an integration from the account:
The text was updated successfully, but these errors were encountered: