Chart¶
rio chart¶
Rapyuta chart is a way to package applications.
With rapyuta chart, you can create, install, and manage applications that are a collection of one or more deployments and other resources. A chart comprises a collection of manifest files that define the resources to be created. It may also offer customization by means of values or secrets.
rio chart [OPTIONS] COMMAND [ARGS]...
apply¶
Apply a new Rapyuta Chart in the Project
rio chart apply [OPTIONS] CHART
Options
- -d, --dryrun¶
dry run the yaml files without applying any change
- -f, --force, --silent¶
Skip confirmation
- -v, --values <values>¶
Path to values yaml file. key/values specified in the values file can be used as variables in template yamls
- -s, --secrets <secrets>¶
Secret files are sops encoded value files. rio-cli expects sops to be authorized for decoding files on this computer
- -w, --workers <workers>¶
number of parallel workers while running apply command. defaults to 6.
- -rc, --retry-count <retry_count>¶
Number of retries before a resource creation times out status, defaults to 50
- -ri, --retry-interval <retry_interval>¶
Interval between retries defaults to 6
Arguments
- CHART¶
Required argument
delete¶
Delete the Rapyuta Chart from the Project
rio chart delete [OPTIONS] CHART
Options
- -d, --dryrun¶
Dry run the yaml files without applying any change
- -f, --force, --silent¶
Skip confirmation
- -v, --values <values>¶
Path to values yaml file. key/values specified in thevalues file can be used as variables in template yamls
- -s, --secrets <secrets>¶
Secret files are sops encoded value files. rio-cli expects sops to be authorized for decoding files on this computer
Arguments
- CHART¶
Required argument
info¶
Describe the available chart with versions
rio chart info [OPTIONS] CHART
Arguments
- CHART¶
Required argument
list¶
List all available charts.
rio chart list [OPTIONS]
Options
- -w, --wide¶
Print more details
search¶
Search for available charts in the repository
rio chart search [OPTIONS] CHART
Options
- -w, --wide¶
Print more details
Arguments
- CHART¶
Required argument