# Variables
AllowedDBSizes contains the valid values for --db-size flag.
PersistentDiskSizes are the permitted concourse persistent disk sizes.
WebSizes are the permitted concourse web sizes.
WorkerSizes are the permitted concourse worker sizes.
# Structs
Args are arguments passed to the deploy command.
ContextWrapper wraps a CLI context for testing.
# Interfaces
FlagSetChecker allows us to find out if flags were set, and what the names of all flags are.