initialize

package
v0.0.0-...-e048e19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 21, 2021 License: GPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var InitCommand = &cobra.Command{
	Use: "init",

	Short: "Initializes and registers the cloud builder client.",
	Long: `
This will register or associate a cloud builder user with all CLI 
sessions. You need to register if you would like to share access to
targets or would like to synchronize access to configurations across
all your devices. It will also create client specific keys for
encryption of cloud configurations. All credentials including
configuration information are encrypted using public-private key
encryption. When you initialize the CLI for first time the keys will
be created and your private key will be saved to you system's key
store. You will need to add this key to each of your devices from
which you want to interact with or control your launch targets.
`,

	Run: func(cmd *cobra.Command, args []string) {
		initialize()
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL