Documentation ¶
Overview ¶
Package delete implements the 'devenv certs delete' command that allows developers to delete the certificate authorities that are trusted by the devenv.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
func NewCmd(log logrus.FieldLogger) *cli.Command
NewCmd creates a new cli.Command for this command.
Types ¶
type Options ¶
type Options struct { // DevenvName is the name of the devenv to delete the certificate authority for. DevenvName string // contains filtered or unexported fields }
Options is the struct containing the options for this command as well as the command itself.
func NewOptions ¶
func NewOptions(log logrus.FieldLogger) (*Options, error)
NewOptions creates a new options struct for this command.
Click to show internal directories.
Click to hide internal directories.