package
0.11.4
Repository: https://github.com/hashicorp/waypoint.git
Documentation: pkg.go.dev

# Functions

New initializes a new client.
TestApp returns an app reference that can be used for testing.
TestProject returns an initialized client pointing to an in-memory test server.
WithClient sets the client directly.
WithClientConnect specifies the options for connecting to a client.
WithConfig sets the config file (waypoint.hcl) and path.
WithLabels sets the labels or any operations.
WithLogger sets the logger for the client.
WithNoLocalServer prevents the project client from automatically creating a local server.
WithProjectRef sets the project reference for all operations performed.
WithSourceOverrides sets the data source overrides for queued jobs.
WithUI sets the UI to use for the client.
WithUseLocalRunner instructs this client to execute all jobs either on a local runner, or on a remote runner.
WithVariables sets variable values from flags and local env on any operations.
WithWorkspaceRef sets the workspace reference for all operations performed.

# Structs

App is used for application-specific operations.
Project is the primary structure for interacting with a Waypoint server as a client.

# Type aliases

No description provided by the author