overlays pull
Pull overlay definitions from the RevOS API to your local filesystem.
Usage
revos overlays pull [-d <dir>] [-n <name>...] [--json]
Options
| Flag | Description |
|---|---|
-d, --dir <path> | Directory to save overlay files. Default: ./overlays |
-n, --name <name> | Specific overlay names to pull. Repeatable. |
--json | Format output as JSON |
Examples
Pull all overlays:
revos overlays pull
Pull to a custom directory:
revos overlays pull -d ./custom-overlays
Pull specific overlays by name:
revos overlays pull -n my-overlay -n another-overlay