Documentation
¶
Index ¶
- type EnvSetupCommand
- func (ftc *EnvSetupCommand) CommandName() string
- func (ftc *EnvSetupCommand) Run() (err error)
- func (ftc *EnvSetupCommand) ServerDetails() (*config.ServerDetails, error)
- func (ftc *EnvSetupCommand) SetOutputFormat(format OutputFormat) *EnvSetupCommand
- func (ftc *EnvSetupCommand) SetProgress(progress ioUtils.ProgressMgr)
- type OutputFormat
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvSetupCommand ¶
type EnvSetupCommand struct {
// contains filtered or unexported fields
}
func NewEnvSetupCommand ¶
func NewEnvSetupCommand(url string) *EnvSetupCommand
func (*EnvSetupCommand) CommandName ¶
func (ftc *EnvSetupCommand) CommandName() string
func (*EnvSetupCommand) Run ¶
func (ftc *EnvSetupCommand) Run() (err error)
func (*EnvSetupCommand) ServerDetails ¶
func (ftc *EnvSetupCommand) ServerDetails() (*config.ServerDetails, error)
func (*EnvSetupCommand) SetOutputFormat ¶ added in v2.13.5
func (ftc *EnvSetupCommand) SetOutputFormat(format OutputFormat) *EnvSetupCommand
func (*EnvSetupCommand) SetProgress ¶
func (ftc *EnvSetupCommand) SetProgress(progress ioUtils.ProgressMgr)
type OutputFormat ¶ added in v2.13.5
type OutputFormat string
const ( // OutputFormat values Human OutputFormat = "human" Machine OutputFormat = "machine" )
Click to show internal directories.
Click to hide internal directories.