@kitelev/exocortex-cli 15.43.2 → 15.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/dist/index.js +133 -133
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -496,7 +496,6 @@ npx @kitelev/exocortex-cli archive --dry-run \
|
|
|
496
496
|
- `--year <year>` - Filter by resolution/end timestamp year (e.g. `2025`) **[required for archive mode]**
|
|
497
497
|
- `--dry-run` - Preview without writing files
|
|
498
498
|
- `--no-referenced` - Skip assets that are still referenced by active (non-archived) files **(default behavior)**. Pass `--referenced` to include them anyway.
|
|
499
|
-
- `--json` - Output in JSON format (default: true)
|
|
500
499
|
|
|
501
500
|
**Exit codes:**
|
|
502
501
|
|