Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( RootCmd = &cobra.Command{ Use: "knot", Short: "knot simplifies the deployment of development environments", Long: `knot is a management tool for developer environments running within a Nomad cluster. It offers both a user-friendly web interface and a command line interface to streamline the deployment process and simplify access.`, Version: build.Version, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.