Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var App = &cli.App{
Name: "k0sctl",
Usage: "k0s cluster management tool",
Flags: []cli.Flag{
debugFlag,
traceFlag,
},
Commands: []*cli.Command{
versionCommand,
applyCommand,
kubeconfigCommand,
},
}
App is the main urfave/cli.App for k0sctl
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.