Skip to content

v1.25

Choose a tag to compare

@2can 2can released this 29 Dec 13:56
· 144 commits to main since this release
bd7060a

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

CleanShot 2022-12-29 at 13 25 49@2x

Headless login

Login without the need of a browser - saleor login --headless. Useful for CI, VPS, and Docker environments.

CleanShot 2022-12-29 at 14 54 09@2x

Improvements

(none)

Fixes

  • Fix arguments order for buildManifestURL

Full Changelog: 1.24.0...1.25.0