remote

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = &cli.Command{
	Name:    "client",
	Aliases: []string{"c", "cli"},
	Usage:   "Interact with remote CA",
	Flags:   structflags.MustPopulateFlagsFromStruct(remote.ConnectionInfo{}),
	Before: func(c *cli.Context) error {
		env := wcli.GlobalEnvironment
		if err := env.LoadConnectionInfo(); err != nil {
			return err
		}
		if err := structflags.PopulateStructFromCliContext(&env.ConnectionInfo, c); err != nil {
			return err
		}

		return nil
	},
	Subcommands: []*cli.Command{
		bootstrap.Command,
		issue.Command,
		version.Command,
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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