Files
abra/cli/internal/cli.go
decentral1se d5c66020ad
All checks were successful
continuous-integration/drone/push Build is passing
refactor!: --ignore-env-version is --latest *only* on deploy
See #617
2025-08-29 16:38:49 +02:00

21 lines
355 B
Go

package internal
var (
// NOTE(d1): global
Debug bool
NoInput bool
Offline bool
// NOTE(d1): sub-command specific
Chaos bool
DeployLatest bool
DontWaitConverge bool
Dry bool
Force bool
MachineReadable bool
Major bool
Minor bool
NoDomainChecks bool
Patch bool
)