Documentation
¶
Overview ¶
Package view implements the `variable view` subcommand.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct {
Output format.OutputConfig
Hostname string
Scope string // "repository" (default) | "workspace" | "deployment"
EnvUUID string // required when scope=deployment
// Args[0] = PROJECT/REPO (optional), Args[last] = KEY
Args []string
}
Options holds parsed flags for `variable view`.
Click to show internal directories.
Click to hide internal directories.