Deployment¶
rio deployment¶
Deployment of the packages
rio deployment [OPTIONS] COMMAND [ARGS]...
delete¶
Delete the deployment from the Platform
rio deployment delete [OPTIONS] DEPLOYMENT_NAME
Options
- -f, --force¶
Skip confirmation
Arguments
- DEPLOYMENT_NAME¶
Required argument
inspect¶
Inspect the deployment resource
rio deployment inspect [OPTIONS] DEPLOYMENT_NAME
Options
- -f, --format <format_type>¶
- Options
json | yaml
Arguments
- DEPLOYMENT_NAME¶
Required argument
list¶
List the deployments in the selected project
rio deployment list [OPTIONS]
Options
- --device <device>¶
Filter the Deployment list by Device ID
- --phase <phase>¶
Filter the Deployment list by Phases
- Options
In progress | Provisioning | Succeeded | Failed to start | Partially deprovisioned | Deployment stopped
logs¶
Stream the live logs for the Deployment (only Cloud)
rio deployment logs [OPTIONS] DEPLOYMENT_NAME
Options
- --component <component_name>¶
- --exec <exec_name>¶
Arguments
- DEPLOYMENT_NAME¶
Required argument
status¶
Current status of the deployment
rio deployment status [OPTIONS] DEPLOYMENT_NAME
Arguments
- DEPLOYMENT_NAME¶
Required argument
wait¶
Wait until the Deployment succeeds/fails
rio deployment wait [OPTIONS] DEPLOYMENT_NAME
Arguments
- DEPLOYMENT_NAME¶
Required argument