Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProjectConf string
Functions ¶
func NewCobraCmd ¶
Types ¶
type DeleteCmd ¶
type DeleteCmd struct { Io *iostreams.IOStreams GetAzion func(confPath string) (*contracts.AzionApplicationOptions, error) UpdateJson func(cmd *DeleteCmd) error Cascade func(ctx context.Context, del *DeleteCmd) error AskInput func(string) (string, error) ReadFile func(name string) ([]byte, error) WriteAzionJsonContent func(conf *contracts.AzionApplicationOptions, confPath string) error // contains filtered or unexported fields }
func NewDeleteCmd ¶
Click to show internal directories.
Click to hide internal directories.