Upgrade: 0.1.0-beta.16
Quickly update to the latest version by running the following command Terminal window Terminal window Terminal window
npx @studiocms/upgrade
pnpx @studiocms/upgrade
yarn dlx @studiocms/upgrade
Breaking Changes
Section titled “Breaking Changes”- Updated minimum Astro version to
Astro v5.7.1
- Updated Password security
- Users should be instructed to update passwords after updating, legacy password hashing support will be removed in the future.
New Features/Functionality
Section titled “New Features/Functionality”- CLI Updates/Changes
- New Command:
studiocms add <plugin>
for quickly adding new plugins to your StudioCMS project. - New Command:
studiocms crypto [command]
for new security utilities. - New Command:
studiocms crypto gen-jwt <key-file>
for generating JWT tokens from the CLI. - Fix: Editing users from the CLI is now possible thanks to new partial db drizzle schema for Users and Permissions.
- New Command:
For more information about the new CLI commands checkout The CLI documentation