Documentation
¶
Overview ¶
Package promote implements the `aiwf promote` verb (per-verb subpackage of M-0115; cmd/aiwf/main.go's newRootCmd wires it via NewCmd).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmd ¶
NewCmd builds `aiwf promote <id> <new-status>` and the I2 composite / --phase variants:
aiwf promote E-01 active (top-level entity) aiwf promote M-007/AC-1 met (composite, status mode) aiwf promote M-007/AC-1 --phase green (composite, phase mode)
--phase is mutex with the positional new-status: pass one or the other, never both. --phase is only valid for composite ids; using it on a top-level entity is a usage error.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.