# Functions
commands returns the map of commands that can be used to initialize a CLI.
No description provided by the author
No description provided by the author
No description provided by the author
Main runs the CLI with the given arguments and returns the exit code.
WithArgs sets the arguments to the command that are used for parsing.
WithConnectionArg parses the first argument in the CLI as connection info if it exists.
WithFlags sets the flags that are supported by this command.
WithMultiAppTargets configures the CLI to allow this command to run against every app specified by the user - either each application in the project, or the single app specified with the -app flag.
WithNoClient configures the CLI to not use a client.
WithNoConfig configures the CLI to not expect any project configuration.
WithNoLocalServer configures the CLI to not automatically spin up an in-memory server for this command.
WithProjectTarget configures the CLI to expect a configuration with a project specified, either through a waypoint.hcl file or the -project flag.
WithSingleAppTarget configures the CLI to expect a configuration with one or more apps defined but a single app targeted with `-app`.
WithUI configures the CLI to use a specific UI implementation.
# Constants
No description provided by the author
EnvLogLevel is the env var to set with the log level.
EnvPlain is the env var that can be set to force plain output mode.
# Variables
ErrSentinel is a sentinel value that we can return from Init to force an exit.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
Option is used to configure Init on baseCommand.