cli-utils/examples/alphaTestExamples
Karl Isenberg 393ecfe7a5 feat: improve event status consistency
Event Changes:
- Renamed ActionGroupEvent.Type -> Status
- Renamed Event.Operation -> Status
- Renamed Status fields to use consistent prefixes and suffixes
- Combined Applied, Changed, Unchanged, and ServersideApplied into
  ApplySuccessful
- Added Failed status for apply, prune, and delete events
- Replaced Unspecified with Pending
- Made enum String output more consistent

Printer Changes:
- Added FormatSummary to print summary stats at the end of the
  apply/destroy, instead of after the last of each type of action
  group.
- Modified printer output to match new more consistent events.
- Updated JSON printer docs with latest schema details.

BREAKING CHANGE: Event "operations" and "type" are now "status"
BREAKING CHANGE: JSON printer schema changed to match events
BREAKING CHANGE: Event status enums renamed/refactored
2022-04-14 01:14:10 -07:00
..
MultipleServices.md feat: improve event status consistency 2022-04-14 01:14:10 -07:00
crds.md fix: Colorize example tests 2021-11-10 13:52:31 -08:00
helloapp.md feat: improve event status consistency 2022-04-14 01:14:10 -07:00
init.md fix: Colorize example tests 2021-11-10 13:52:31 -08:00
inventoryNamespace.md feat: improve event status consistency 2022-04-14 01:14:10 -07:00
pruneAndDelete.md feat: improve event status consistency 2022-04-14 01:14:10 -07:00
pruneBasic.md feat: improve event status consistency 2022-04-14 01:14:10 -07:00
pruneNamespace.md feat: improve event status consistency 2022-04-14 01:14:10 -07:00
serverSideApply.md feat: improve event status consistency 2022-04-14 01:14:10 -07:00