-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
type: discussionNeeds more clarification or discussion.Needs more clarification or discussion.
Description
There are a number of CLI commands hidden to the user.
Normal output:
><> spin k8s help
Manage apps running on Kubernetes
Usage:
k8s [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
help Help about any command
scaffold scaffold SpinApp manifest
version Display version information
Flags:
-h, --help help for k8s
--kubeconfig string the path to the kubeconfig file
-n, --namespace string the namespace scope
-v, --version version for k8s
Use "k8s [command] --help" for more information about a command.
with SPIN_EXPERIMENTAL=1:
><> SPIN_EXPERIMENTAL=1 spin k8s help
Manage apps running on Kubernetes
Usage:
k8s [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
connect connect to spin app locally
delete Delete app
deploy deploy spin app
get Display detailed information about an app
help Help about any command
list List apps
logs print the logs for a SpinApp
scaffold scaffold SpinApp manifest
version Display version information
Flags:
-h, --help help for k8s
--kubeconfig string the path to the kubeconfig file
-n, --namespace string the namespace scope
-v, --version version for k8s
Use "k8s [command] --help" for more information about a command.
Do we want to document this flag? Why or why not?
Metadata
Metadata
Assignees
Labels
type: discussionNeeds more clarification or discussion.Needs more clarification or discussion.