Skip to content

ksail project

Manage the GitOps project files (the on-disk project structure) without contacting a live cluster. These commands scaffold and transform the project — e.g. initializing a new project and cloning environments — as opposed to the cluster commands that operate on a running cluster.
Usage:
ksail project [flags]
ksail project [command]
Available Commands:
add-environment Clone an existing cluster environment into a new one
init Initialize a new project
list-environments List the cluster environments declared in the workspace
Global Flags:
--benchmark Show per-activity benchmark output
--config string Path to config file (default: ksail.yaml found via directory traversal)
--experimental Enable experimental (unstable) commands and features
Use "ksail project [command] --help" for more information about a command.