Skip to content

v1.38

Compare
Choose a tag to compare
@2can 2can released this 18 Oct 14:58
· 20 commits to main since this release
7c8de79

New Features

(none)

Improvements

  • BREAKING CHANGE - the --instance common option now accepts the URL to the GraphQL API endpoint of the Saleor instance. This change allows CLI to work with instances using a GraphQL endpoint that differs from the default /graphql/ Saleor suffix. The instance URL is now validated before usage.
  • an invalid or expired token now triggers logout instead of a confusing error message
  • renamed the --origin to --origins option of the saleor env origins
  • improved saleor configure messages
  • updated docs
    • added descriptions to command groups and in the other commands that it's been missing
    • added more examples
    • added missing options definitions

CleanShot 2023-10-18 at 16 51 19@2x

Fixes

(none)

Full Changelog: 1.37.0...1.38.0