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#

CommandDescription
checkCheck for available updates
applyDownload and apply updates
versionShow version information
changelogShow recent changes

Options#

OptionDescription
--globalUpdate 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 --global

Example 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/bootspring