Package#
rio package#
Define groups of executables to deploy together
rio package [OPTIONS] COMMAND [ARGS]...
delete#
Delete the package from the Platform
rio package delete [OPTIONS] [PACKAGE_NAME_OR_REGEX]
Options
- -f, --force#
Skip confirmation
- -a, --all#
Deletes all packages in the project
- --version <package_version>#
Semantic version of the Package, only used when name is used instead of GUID
- -w, --workers <workers>#
Number of parallel workers while running deleting packages. Defaults to 10
Arguments
- PACKAGE_NAME_OR_REGEX#
Optional argument
deployments#
List the deployments of the package
rio package deployments [OPTIONS] PACKAGE_NAME
Options
- --version <package_version>#
Semantic version of the Package, only used when name is used instead of GUID
Arguments
- PACKAGE_NAME#
Required argument
inspect#
Inspect the package resource
rio package inspect [OPTIONS] PACKAGE_NAME
Options
- --version <package_version>#
Semantic version of the Package, only used when name is used instead of GUID
- -f, --format <format_type>#
- Options:
json | yaml
Arguments
- PACKAGE_NAME#
Required argument
list#
List the packages in the selected project
rio package list [OPTIONS]
Options
- --filter <filter_word>#
A sub-string can be provided to filter down the package list