Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SSHKeyCmd = &cobra.Command{ Use: "sshkey", Aliases: []string{"ssh", "ssh-key", "sshkeys"}, Short: "Details of Civo SSH keys", RunE: func(cmd *cobra.Command, args []string) error { err := cmd.Help() if err != nil { return err } return errors.New("a valid subcommand is required") }, }
SSHKeyCmd manages SSH keys
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.