Create a Patch
From a file:oc patch create <checkpoint-id>
Attaches a patch script to a checkpoint. Patches run in the order they were created (by sequence number) whenever oc checkpoint spawn is called for that checkpoint.
| Flag | Type | Default | Description |
|---|---|---|---|
--script | string | — | Path to a shell script file, or - to read from stdin (required) |
--description | string | — | Human-readable description of what the patch does |