Using the help system
Display help at any level of the CLI:Help output structure
CLI help displays:- Description: What the command does
- Usage: Command syntax and required parameters
- Commands (if applicable): Available subcommands
- Options: Flags and their defaults
- Examples (where available): Common usage patterns
Available commands
Finding specific information
List all top-level commands
Discover subcommands
Every command has subcommands. Use--help to see them:
get, create, delete, patch, etc.
View command-specific flags
Quick reference links
Common Options
Shared flags across all commands
Output Formats
Control command output formatting
Troubleshooting
Common issues and solutions
Commands
Browse all CLI commands
Common workflows and guides
Getting started
- Installation - Install the CLI
- Quickstart - Install, verify, and log in
- Browser-less CLI Login - Authenticate without a browser
- Profiles - Configure and manage CLI profiles
Deploying applications
- Compose Deploy - Deploy applications using Docker Compose
- cpln apply - Apply configuration files to create or update resources
- cpln delete - Delete resources using configuration files
Working with workloads
- Workload Connect - Interact with running workload containers
- Workload Exec - Execute commands in workload containers
- Workload Run - Run one-off commands in a new workload instance
Kubernetes integration
- cpln operator - Manage the Kubernetes secret used by the Control Plane operator
- cpln helm - Manage Control Plane resources using Helm charts
- cpln port-forward - Forward local ports to workloads running in a GVC
Advanced operations
- cpln convert - Convert Kubernetes manifests to Control Plane format
- cpln cp - Copy files to and from workloads
Reference documentation
All commands have detailed reference pages in the Commands section. Each page includes:- Complete flag reference
- Usage examples
- Related commands