v1.25
New Features
open command
New command - saleor open. Can be used to:
- open the environment's dashboard or GraphQL API in a browser -
saleor open dashboard,saleor open api - open documentation pages in a browser for general and specific topics -
saleor open docs,saleor open docs/api
Headless login
Login without the need of a browser - saleor login --headless. Useful for CI, VPS, and Docker environments.
Improvements
(none)
Fixes
- Fix arguments order for buildManifestURL
Full Changelog: 1.24.0...1.25.0

