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
feat(update): add full update command with add-style specs and CLI integration
- introduce UpdateCommand with support for:
• full update (all dependencies)
• targeted update (one or more packages)
• add-style specs (@namespace/name[@Version])
• options: --dry-run, --json, --install
- reuse AddCommand for version resolution and installation
- validate targets against vix.lock before updating
- integrate command into Dispatcher and CLI help
- update CLI help output for better discoverability
Enables 'vix update' as a first-class dependency management command.
0 commit comments