Documentation
¶
Index ¶
- Constants
- func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewImportCmd(globalFlags *flags.GlobalFlags) *cobra.Command
- func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewLoginCmd(flags *flags.GlobalFlags) *cobra.Command
- func NewProCmd(flags *flags.GlobalFlags) *cobra.Command
- type DeleteCmd
- type ImportCmd
- type ListCmd
- type LoginCmd
- type ProviderResolver
Constants ¶
View Source
const LOFT_PROVIDER_BINARY = "LOFT_PROVIDER"
Variables ¶
This section is empty.
Functions ¶
func NewDeleteCmd ¶
func NewDeleteCmd(flags *flags.GlobalFlags) *cobra.Command
NewDeleteCmd creates a new command
func NewImportCmd ¶
func NewImportCmd(globalFlags *flags.GlobalFlags) *cobra.Command
NewImportCmd creates a new command
func NewListCmd ¶
func NewListCmd(flags *flags.GlobalFlags) *cobra.Command
NewListCmd creates a new command
func NewLoginCmd ¶
func NewLoginCmd(flags *flags.GlobalFlags) *cobra.Command
NewLoginCmd creates a new command
Types ¶
type DeleteCmd ¶
type DeleteCmd struct {
*flags.GlobalFlags
IgnoreNotFound bool
}
DeleteCmd holds the delete cmd flags
type ImportCmd ¶
type ListCmd ¶
type ListCmd struct {
flags.GlobalFlags
Output string
}
ListCmd holds the list cmd flags
type LoginCmd ¶
type LoginCmd struct {
flags.GlobalFlags
AccessKey string
Provider string
Version string
ProviderSource string
Options []string
Login bool
Use bool
}
LoginCmd holds the login cmd flags
type ProviderResolver ¶
type ProviderResolver struct {
// contains filtered or unexported fields
}
func (*ProviderResolver) Resolve ¶
func (r *ProviderResolver) Resolve(devPodConfig *config.Config, devPodProHost string) (*provider2.ProviderConfig, error)
Click to show internal directories.
Click to hide internal directories.