You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): remove unused --json flag from archive command (#2351) (#2356)
The --json flag was defined but never checked in any conditional branch.
Output is always JSON. Remove the flag to avoid misleading users into
thinking --no-json would switch output format.
-`--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.
0 commit comments