Documentation
¶
Overview ¶
Package create implements `profile create NAME`.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Name string // Args[0]
Hostname string // --hostname (required)
Token string // --token (required)
User string // --user
AuthUser string // --auth-user
SkipTLSVerify bool // --skip-tls
BackendType string // --backend
GitProtocol string // --git-protocol
}
Options holds parsed flags for `profile create`.
Click to show internal directories.
Click to hide internal directories.