Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddLoginFlags ¶ added in v0.2.0
func AddLoginFlags(cmd *cobra.Command, opts *RootOptions)
Types ¶
type RootOptions ¶ added in v0.2.0
type RootOptions struct {
O string
TokenIssuerUrl string
Environment string
DeployClient *deploy.Client
Output *output.Output
// contains filtered or unexported fields
}
func NewCmdRoot ¶ added in v0.2.0
func NewCmdRoot(outWriter, errWriter io.Writer) (*cobra.Command, *RootOptions)
Click to show internal directories.
Click to hide internal directories.