Skip to content

CLI Flags

KSail provides a comprehensive CLI for managing Kubernetes clusters and workloads. Below is the root command help output.

CLI tool for operating Kubernetes
Usage:
ksail [flags]
ksail [command]
Available Commands:
cluster Manage cluster lifecycle
completion Generate the autocompletion script for the specified shell
help Help about any command
open Open a KSail interface (web UI, desktop app, AI chat, or MCP server)
project Manage GitOps project files
tenant Manage tenant lifecycle
workload Manage workload operations
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 [command] --help" for more information about a command.

Explore the CLI documentation for each command group:

The global --config flag selects an alternate configuration file — see Multi-Environment Workflows.