Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var FileFlag = &Metadata{ Name: "file", Shorthand: "f", Usage: "File to use as the template for the executables. It must be a valid executable definition template.", Default: "", Required: false, }
View Source
var FilterExecSubstringFlag = &Metadata{ Name: "filter", Shorthand: "f", Usage: "Filter executable by reference substring.", Default: "", Required: false, }
View Source
var FilterNamespaceFlag = &Metadata{ Name: "namespace", Shorthand: "n", Usage: "Filter executables by namespace.", Default: "", Required: false, }
View Source
var FilterTagFlag = &Metadata{ Name: "tag", Shorthand: "t", Usage: "Filter by tags.", Default: []string{}, Required: false, }
View Source
var FilterVerbFlag = &Metadata{ Name: "verb", Shorthand: "v", Usage: fmt.Sprintf("Filter executables by verb. One of: %s", executable.SortedValidVerbs()), Default: "", Required: false, }
View Source
var FilterWorkspaceFlag = &Metadata{ Name: "workspace", Shorthand: "w", Usage: "Filter executables by workspace.", Default: "", Required: false, }
View Source
var FixedWsModeFlag = &Metadata{ Name: "fixed", Shorthand: "f", Usage: "Set the workspace mode to fixed", Default: false, Required: false, }
View Source
var LastLogEntryFlag = &Metadata{ Name: "last", Usage: "Print the last execution's logs", Default: false, Required: false, }
View Source
var NonInteractiveFlag = &Metadata{ Name: "non-interactive", Shorthand: "x", Usage: "Disable displaying flow output via terminal UI rendering. " + "This is only needed if the interactive output is enabled by default in flow's configuration.", Default: false, Required: false, }
View Source
var OutputFormatFlag = &Metadata{ Name: "output", Shorthand: "o", Usage: "Output format. One of: yaml, json, doc, or list.", Default: "", Required: false, }
View Source
var OutputSecretAsPlainTextFlag = &Metadata{ Name: "plainText", Shorthand: "p", Usage: "Output the secret value as plain text instead of an obfuscated string", Default: false, Required: false, }
View Source
var SetAfterCreateFlag = &Metadata{ Name: "set", Shorthand: "s", Usage: "Set the newly created workspace as the current workspace", Default: false, Required: false, }
View Source
var SubPathFlag = &Metadata{ Name: "subPath", Shorthand: "p", Usage: "Sub-path within the workspace to create the executable definition and its artifacts.", Default: "", Required: false, }
View Source
var SyncCacheFlag = &Metadata{ Name: "sync", Usage: "Sync flow cache and workspaces", Default: false, Required: false, }
View Source
var TemplateFlag = &Metadata{ Name: "template", Shorthand: "t", Usage: "Template to use as the template for the executables. Templates are registered in the flow configuration file.", Default: "", Required: false, }
View Source
var VerbosityFlag = &Metadata{ Name: "verbosity", Usage: "Log verbosity level (-1 to 1)", Default: 0, Required: false, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.