IDEA CLI utility
Last updated
Last updated
idea-admin.sh
utility is designed to simplify your interaction with your IDEA environment. With this simple tool, you can install a new environment, delete an existing cluster, update the configuration of a live environment or even retrieve the connection endpoints of your deployment via simple 1-liner commands. See some examples below:
Install a new cluster: quick-setup
( Install IDEA)
Generate an empty values_files.yml
that can be used as base skeleton for your upcoming installation: quick-setup-help
Delete an existing environment: delete
Retrieve connection endpoints: show-connection-info
Run integration test for all modules: run-integration-tests
Update your cluster configuration via config
( Update IDEA configuration (idea-admin.sh config))
Patch an existing cluster via patch
( Patch IDEA module (idea-admin.sh patch))
Upgrade backend component via deploy
( Update IDEA backend resource (idea-admin.sh deploy))
Manage additional FileSystems easily via shared-storage
( )
Always use -h at the end of your command to list all available options