# Functions
ContainsAnyString checks that the given buffer contains any of the given set of strings.
ContainsString checks that the given buffer contains the string.
Exec the command, exit on error.
ExecContainsAnyString checks that the given command output contains any of the given set of strings.
ExecContainsErrorString checks that the given command stdErr output contains the string.
ExecContainsString checks that the given command output contains the string.
FlagSet returns the default flagset values for cli tests.
GenerateName returns a name for a cli test.
NewMain returns a new CLI test.
NewPlugin creates an instance of Plugin.
NewTest returns a new command.
NewTestFor creates a plugin descriptor for a test plugin.
# Constants
AdminCmdGroup are admin commands.
BuildCmdGroup are commands associated with Tanzu Build.
DynamicPluginCompletion indicates command line completion will be retrieved from the plugin at runtime.
ExtraCmdGroup is the extra command group.
ManageCmdGroup are commands associated with Tanzu Manage.
NamePrefix is the prefix used in generated names.
NativePluginCompletion indicates command line completion is determined using the built in cobra.Command __complete mechanism.
ObserveCmdGroup are commands associated with Tanzu Observe.
RunCmdGroup are commands associated with Tanzu Run.
StaticPluginCompletion indicates command line completion will be done by using a statically defined list of options.
SystemCmdGroup are system commands.
TestCmdGroup is the test command group.
VersionCmdGroup are version commands.
# Variables
Date is the date the binary was built.
NoCleanupFunc is cleanup function that just returns nil.
SHA is the git commit SHA the binary was built with.
Version is the version the binary was built with.
# Type aliases
CleanupFunc is executed at the end of the test.
CmdGroup is a group of CLI commands.
PluginCompletionType is the mechanism used for determining command line completion options.