Commands
You start the Palette CLI with a single command, palette. The CLI accepts various subcommands such as pde, help,
and more. The Palette CLI will return a non-zero exit status during error scenarios. You can use the CLI flags -h and
--help to learn more about each subcommand.
The following list contains all the supported Palette CLI subcommands. Click on a subcommand to learn more about it.
- 
completion- Generate the autocompletion script for the specified shell.
- 
help- Help with any command.
- 
docs- Start the Palette documentation site in your local environment for an offline experience.
- 
ec- Palette Enterprise Cluster installation & pre-validation.
- 
fips-validate- Validate the FIPS compliance of your Kubernetes clusters.
- 
login- Login to Palette.
- 
pcg- Private Cloud Gateway installation & pre-validation.
- 
pde- Palette Developer Experience.
- 
project- Manage Palette Projects.
- 
validator- Deploy a kind cluster and install the Validator framework to validate your environment is ready for Palette.
- 
vmo- Migrate, import and deploy VMs to Palette VMO.
Global Flags
Palette CLI supports the following global flags.
| Short Flag | Long Flag | Description | Type | 
|---|---|---|---|
| -c | --config | Config file location. | string | 
| -h | --help | Help with any command. | N/A | 
| -l | --log-level | Log level. Allowed values: panicfatalerrorwarninfodebugtrace(defaultinfo) | string | 
| -w | --workspace | Workspace location for staging runtime configurations and logs (default $HOME/.palette) | string |