syllago loadout apply
Synopsis
Section titled “Synopsis”syllago loadout apply [name] [flags]Description
Section titled “Description”Apply a loadout to configure the current project for Claude Code.
Default mode (no flags): preview what would happen without making changes. —try: apply temporarily; reverts automatically when the session ends. —keep: apply permanently; run “syllago loadout remove” to undo.
Options
Section titled “Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--base-dir | string | — | No | Override base directory for content installation |
--keep | bool | — | No | Apply permanently |
--method | string | symlink | No | Install method: symlink (default) or copy |
--preview | bool | — | No | Dry run: show planned actions without applying |
--to | string | — | No | Target provider (overrides manifest provider; defaults to claude-code if unset) |
--try | bool | — | No | Apply temporarily; auto-revert on session end |
Global Options
Section titled “Global Options”| Flag | Type | Default | Required | Description |
|---|---|---|---|---|
--json | bool | — | No | Output in JSON format |
--no-color | bool | — | No | Disable color output |
-q, --quiet | bool | — | No | Suppress non-essential output |
-v, --verbose | bool | — | No | Verbose output |
Examples
Section titled “Examples” # Preview what a loadout would do syllago loadout apply my-loadout
# Try temporarily (auto-reverts on session end) syllago loadout apply my-loadout --try
# Apply permanently syllago loadout apply my-loadout --keep
# Apply to a specific provider syllago loadout apply my-loadout --keep --to cursorSee Also
Section titled “See Also”- syllago loadout
- syllago loadout create
- syllago loadout list
- syllago loadout remove
- syllago loadout status
Source