Documentation ¶
Overview ¶
Package set_project provides the version command for the minder CLI
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SetProjectCmd = &cobra.Command{ Use: "set-project", Aliases: []string{"sp", "cd"}, Short: "Move the current context to another project", Long: `The minder set-project command moves the current context to another project. Passing a UUID will move the context to the project with that UUID. This is akin to using an absolute path in a filesystem.`, RunE: spCommand, }
SetProjectCmd is the cd command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.