Documentation ¶
Overview ¶
Package install provides the install command, which installs a new agent.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AgentCommand ¶
AgentCommand returns the BindPlane install agent cobra command
Types ¶
type Builder ¶
type Builder interface { // Build returns a new Installer BuildInstaller(ctx context.Context) (Installer, error) }
Builder is an interface for building an Installer
type Installer ¶
type Installer interface { // GetAgentInstallCommand returns the install command for an agent GetAgentInstallCommand(ctx context.Context, opts client.AgentInstallOptions) (string, error) }
Installer is an interface for getting the install command for an agent
func NewInstaller ¶
NewInstaller returns a new Installer
Click to show internal directories.
Click to hide internal directories.