Skip to content

Instantly share code, notes, and snippets.

@benmoss
Last active June 10, 2022 15:48
Show Gist options
  • Save benmoss/179c6c1baf4297e37fa2ed2ef8064143 to your computer and use it in GitHub Desktop.
Save benmoss/179c6c1baf4297e37fa2ed2ef8064143 to your computer and use it in GitHub Desktop.
$ imgkg
imgpkg: Error: Use one of available subcommands: completion [bash|zsh|fish|powershell], copy, describe, help [command], pull, push, tag, version
<exit 1>
$ kapp
kapp helps to manage applications on your Kubernetes cluster (app-change, app-group, completion [bash|zsh|fish|powershell], config-map, delete, deploy, deploy-config, inspect, label, list, logs, rename, service-account, tools, version)
Usage:
kapp [flags]
kapp [command]
App Commands:
delete Delete app
deploy Deploy app
inspect Inspect app
list List all apps in a namespace
logs Print app's Pod logs
App Support Commands:
app-change App change (garbage-collect, list)
app-group app-group will deploy/delete an application for each subdirectory within a directory (delete, deploy)
config-map Config map (list)
label Print specified app label
rename Rename app
service-account Service account (list)
Misc Commands:
deploy-config Show default deploy config
tools Tools (diff, inspect, list-labels)
Available/Other Commands:
completion Output shell completion code for the specified shell (bash, zsh or fish)
help Help about any command
version Print client version
Flags:
--color Set color output (default true)
--column strings Filter to show only given columns
--debug Include debug output
-h, --help help for kapp
--json Output as JSON
--kube-api-burst int Set Kubernetes API client burst limit (default 1000)
--kube-api-qps float32 Set Kubernetes API client QPS limit (default 1000)
--kubeconfig string Path to the kubeconfig file ($KAPP_KUBECONFIG)
--kubeconfig-context string Kubeconfig context override ($KAPP_KUBECONFIG_CONTEXT)
--kubeconfig-yaml string Kubeconfig contents as YAML ($KAPP_KUBECONFIG_YAML)
--tty Force TTY-like output (default true)
-v, --version version for kapp
--warnings Show warnings (default true)
-y, --yes Assume yes for any prompt
Use "kapp [command] --help" for more information about a command.
kapp: Error: Invalid command - see available commands/subcommands above
<exit 1>
$ kbld
Succeeded
<exit 0>
vendir: Error: Use one of available subcommands: help [command], sync, tools, version
<exit 1>
$ ytt
<exit 0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment