Documentation ¶
Overview ¶
Package export implements the 'devenv certs export' command that allows developers to export their devenv certificate authority into an archive.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // ArchivePath is the path to the archive containing the certificate authority. ArchivePath string }
Options is the struct containing the options for this command as well as the command itself.
func NewOptions ¶
NewOptions creates a new options struct for this command.
Click to show internal directories.
Click to hide internal directories.