Skip to main content

overlays push

Push local overlay definitions to the RevOS API.

Usage

revos overlays push [files...] [-d <dir>] [-f] [--json]

Options

FlagDescription
[files...]Specific files to push. If omitted, pushes all files in the directory.
-d, --dir <path>Directory containing overlay files. Default: ./overlays
-f, --forceForce push even if the remote version is newer
--jsonFormat 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