apps command group provides tools for managing applications on your Convox rack. You can create, delete, list, and configure apps, as well as manage app-specific settings like termination protection and parameters.
apps
List all applications on the current rack.Usage
Flags
Specify the rack name
Example Output
apps cancel
Cancel an ongoing app update or deployment.Usage
Arguments
Application name (optional, uses current directory app if not specified)
Flags
Application name
Rack name
Example
apps create
Create a new application on the rack.Usage
Arguments
Name for the new application
Flags
Rack to create the app on
Application generation (2 or 3)
Example
apps delete
Delete an application and all its resources.Usage
Arguments
Name of the application to delete
Flags
Rack name
Example
This operation is destructive and will delete all data associated with the app. Make sure to back up any important data first.
apps export
Export an application, including its configuration, build, environment, and resources.Usage
Arguments
Application name
Flags
Application name
Rack name
Export to file (e.g., myapp.tgz)
Example
apps import
Import an application from an export file.Usage
Arguments
Name for the imported application
Flags
Application name
Rack name
Import from file (e.g., myapp.tgz)
Example
apps info
Display detailed information about an application.Usage
Arguments
Application name
Flags
Application name
Rack name
Example Output
apps lock
Enable termination protection to prevent accidental deletion.Usage
Arguments
Application name
Flags
Application name
Rack name
Example
When locked, an application cannot be deleted until it is unlocked first.
apps unlock
Disable termination protection.Usage
Arguments
Application name
Flags
Application name
Rack name
Example
apps params
Display application parameters.Usage
Arguments
Application name
Flags
Application name
Rack name
apps params set
Set application parameters.Usage
Arguments
One or more parameter key-value pairs
Flags
Application name
Rack name