Add Railiance Stage 2 deploy observe tooling
Some checks failed
railiance-tests / smoke (push) Has been cancelled
Some checks failed
railiance-tests / smoke (push) Has been cancelled
This commit is contained in:
@@ -320,11 +320,11 @@ must not cut over to Stage 3.
|
||||
Future CLI tasks should make these lifecycle operations repeatable:
|
||||
|
||||
```text
|
||||
bin/railiance run <app> # Stage 1 local validation
|
||||
bin/railiance deploy --stage 2 <app> # Stage 2 canary deployment
|
||||
bin/railiance observe <app> # Stage 2/3 evidence collection
|
||||
bin/railiance promote <app> # Stage 3 production promotion
|
||||
bin/railiance rollback <app> # rollback to previous stable
|
||||
bin/railiance run <overlay-dir> # Stage 1 local validation
|
||||
bin/railiance deploy --stage 2 <overlay-dir> --plan # Stage 2 canary plan
|
||||
bin/railiance observe --stage 2 <overlay-dir> --plan # Stage 2 evidence targets
|
||||
bin/railiance promote <overlay-dir> # Stage 3 production promotion
|
||||
bin/railiance rollback <overlay-dir> # rollback to previous stable
|
||||
```
|
||||
|
||||
The exact command names may change as implementation lands, but the behavior
|
||||
|
||||
Reference in New Issue
Block a user