overlays push
Push local overlay definitions to the RevOS API.
Usage
revos overlays push [files...] [-d <dir>] [-f] [--json]
Options
| Flag | Description |
|---|---|
[files...] | Specific files to push. If omitted, pushes all files in the directory. |
-d, --dir <path> | Directory containing overlay files. Default: ./overlays |
-f, --force | Force push even if the remote version is newer |
--json | Format output as JSON |
Examples
Push all overlays:
revos overlays push
Push specific files:
revos overlays push my-overlay.json another-overlay.json
Push from a custom directory:
revos overlays push -d ./custom-overlays
Force push (overwrite remote changes):
revos overlays push -f