Documentation
¶
Index ¶
- type CLIOptions
- func (f *CLIOptions) AddCompanyFlags(cmd *cobra.Command)
- func (f *CLIOptions) AddConnectionFlags(cmd *cobra.Command)
- func (f *CLIOptions) AddContextFlags(cmd *cobra.Command)
- func (f *CLIOptions) AddDeployFlags(cmd *cobra.Command)
- func (f *CLIOptions) AddGlobalFlags(cmd *cobra.Command)
- func (f *CLIOptions) AddProjectFlags(cmd *cobra.Command)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CLIOptions ¶
type CLIOptions struct { CfgFile string Verbose bool Insecure bool CACert string Context string ProjectID string CompanyID string Endpoint string Revision string DeployType string NoSemVer bool }
func NewCLIOptions ¶
func NewCLIOptions() *CLIOptions
func (*CLIOptions) AddCompanyFlags ¶
func (f *CLIOptions) AddCompanyFlags(cmd *cobra.Command)
func (*CLIOptions) AddConnectionFlags ¶
func (f *CLIOptions) AddConnectionFlags(cmd *cobra.Command)
func (*CLIOptions) AddContextFlags ¶
func (f *CLIOptions) AddContextFlags(cmd *cobra.Command)
func (*CLIOptions) AddDeployFlags ¶
func (f *CLIOptions) AddDeployFlags(cmd *cobra.Command)
func (*CLIOptions) AddGlobalFlags ¶
func (f *CLIOptions) AddGlobalFlags(cmd *cobra.Command)
func (*CLIOptions) AddProjectFlags ¶
func (f *CLIOptions) AddProjectFlags(cmd *cobra.Command)
Click to show internal directories.
Click to hide internal directories.