initialize

package
v0.0.0-...-0a45487 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2023 License: GPL-3.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

	Short: "Initialize and register 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 synchronize 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 or local file
system. You will need to add this key to each of your devices from
which you want to interact with and 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