bootspring update
Check for updates and manage Bootspring versions.
Overview#
The update command helps you keep Bootspring up to date with the latest features and fixes.
Usage#
bootspring update [command]Commands#
| Command | Description |
|---|---|
check | Check for available updates |
apply | Download and apply updates |
version | Show version information |
changelog | Show recent changes |
Options#
| Option | Description |
|---|---|
--global | Update global installation |
Examples#
1# Check for updates
2bootspring update check
3
4# Apply updates
5bootspring update apply
6
7# Show version info
8bootspring update version
9
10# View changelog
11bootspring update changelog
12
13# Update global installation
14bootspring update apply --globalExample Output#
⚡ Bootspring Update
Current version: 1.3.4
Latest version: 1.3.5
Changes in 1.3.5:
• Added workspace command for multi-project management
• Improved analyze workflow performance
• Fixed edge case in auth token refresh
Run 'bootspring update apply' to update.
Manual Update#
You can also update manually via npm:
# Global installation
npm update -g @girardmedia/bootspring
# Local installation
npm update @girardmedia/bootspringRelated Commands#
bootspring doctor- Diagnose issuesbootspring telemetry- Usage analytics