Documentation
¶
Overview ¶
Package cmd
Index ¶
- Variables
- func Execute()
- func NewCompletionCommand() *cobra.Command
- func NewConfigCommand() *cobra.Command
- func NewInitCommand() (cmd *cobra.Command)
- func NewPrefixCommand() *cobra.Command
- func NewSdkCommand() *cobra.Command
- func NewSdkManCommand() (cmd *cobra.Command)
- func NewSdkManDefaultCommand() (cmd *cobra.Command)
- func NewSdkManDownloadCommand() (cmd *cobra.Command)
- func NewSdkManListCommand() (cmd *cobra.Command)
- func NewSdkManVersionsCommand() (cmd *cobra.Command)
- type OutputFormat
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = "v0.9.0"
Version is the semver of the devctl binary
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func NewCompletionCommand ¶
NewCompletionCommand Creates new Completion cobra.Command
func NewConfigCommand ¶
func NewInitCommand ¶ added in v0.9.0
func NewPrefixCommand ¶
NewPrefixCommand creates the `devenv prefix` commands
func NewSdkCommand ¶
NewSdkCommand creates the `devenv sdk` commands
func NewSdkManCommand ¶
NewSdkManCommand creates the sdkman command
func NewSdkManDefaultCommand ¶ added in v0.8.0
NewSdkManCommand creates the sdkman command
func NewSdkManDownloadCommand ¶ added in v0.8.0
NewSdkManCommand creates the sdkman command
func NewSdkManListCommand ¶ added in v0.7.0
NewSdkManCommand creates the sdkman command
func NewSdkManVersionsCommand ¶ added in v0.8.0
NewSdkManCommand creates the sdkman command
Types ¶
type OutputFormat ¶ added in v0.7.0
type OutputFormat string
const ( Text OutputFormat = "text" Table OutputFormat = "table" )
Source Files
¶
Click to show internal directories.
Click to hide internal directories.