Documentation ¶
Index ¶
- Variables
- func AGPL() []*cobra.Command
- func Core() []*cobra.Command
- func CreateClient(cmd *cobra.Command) (*codersdk.Client, error)
- func CurrentOrganization(cmd *cobra.Command, client *codersdk.Client) (codersdk.Organization, error)
- func FormatCobraError(err error, cmd *cobra.Command) string
- func ParseProvisionerTags(rawTags []string) (map[string]string, error)
- func Root(subcommands []*cobra.Command) *cobra.Command
- func Server(vip *viper.Viper, ...) *cobra.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Caret = cliui.Styles.Prompt.String()
)
Functions ¶
func CreateClient ¶ added in v0.8.7
CreateClient returns a new client from the command context. It reads from global configuration files if flags are not set.
func CurrentOrganization ¶ added in v0.12.0
func CurrentOrganization(cmd *cobra.Command, client *codersdk.Client) (codersdk.Organization, error)
CurrentOrganization returns the currently active organization for the authenticated user.
func FormatCobraError ¶ added in v0.6.0
FormatCobraError colorizes and adds "--help" docs to cobra commands.
func ParseProvisionerTags ¶ added in v0.12.8
Types ¶
This section is empty.
Source Files ¶
- agent.go
- configssh.go
- constants.go
- create.go
- delete.go
- dotfiles.go
- gitaskpass.go
- gitssh.go
- list.go
- login.go
- logout.go
- parameter.go
- parameters.go
- parameterslist.go
- portforward.go
- publickey.go
- rename.go
- resetpassword.go
- restart.go
- root.go
- scaletest.go
- schedule.go
- server.go
- show.go
- signal_unix.go
- speedtest.go
- ssh.go
- ssh_other.go
- start.go
- state.go
- stop.go
- templatecreate.go
- templatedelete.go
- templateedit.go
- templateinit.go
- templatelist.go
- templateplan.go
- templatepull.go
- templatepush.go
- templates.go
- templateversions.go
- tokens.go
- update.go
- usercreate.go
- userlist.go
- users.go
- userstatus.go
- util.go
- vscodessh.go
Click to show internal directories.
Click to hide internal directories.