Apply#

rio apply#

Apply resource manifests

rio apply [OPTIONS] [FILES]...

Options

-d, --dryrun#

dry run the yaml files without applying any change

-g, --show-graph#

Opens a mermaid.live dependency graph

-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.

-f, --force, --silent#

Skip confirmation

-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

FILES#

Optional argument(s)

rio delete#

Removes resources defined in the manifest

rio delete [OPTIONS] [FILES]...

Options

-d, --dryrun#

dry run the yaml files without applying any change

-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. riocli expects sops to be authorized for decoding files on this computer

-f, --force, --silent#

Skip confirmation

Arguments

FILES#

Optional argument(s)

rio template#

Print manifests with filled values

rio template [OPTIONS] [FILES]...

Options

-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. riocli expects sops to be authorized for decoding files on this computer

Arguments

FILES#

Optional argument(s)

rio explain#

Generates a sample resource manifest for the given type

rio explain [OPTIONS] RESOURCE

Options

--templates <templates>#

Alternate root for templates

Arguments

RESOURCE#

Required argument