Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "gthsManage",
Short: "Manage GTHS Noticeboard",
Long: `Stuff to keep the GTHS Noticeboard running.`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func MakeSSHKeyPair ¶ added in v1.2.0
MakeSSHKeyPair make a pair of public and private keys for SSH access. Public key is encoded in the format for inclusion in an OpenSSH authorized_keys file. Private Key generated is PEM encoded
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.