Skip to content

Latest commit

 

History

History
64 lines (40 loc) · 2.42 KB

File metadata and controls

64 lines (40 loc) · 2.42 KB
sidebar_label title description hide_table_of_contents sidebar_position tags
Commands
Commands
Reference resource for all the supported Palette CLI commands.
false
10
palette-cli

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.

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: panic fatal error warn info debug trace (default info) string
-w --workspace Workspace location for staging runtime configurations and logs (default $HOME/.palette) string

Resources