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
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 Login bool }
ListCmd holds the list cmd flags
Click to show internal directories.
Click to hide internal directories.