Skip to content

v1.37

Compare
Choose a tag to compare
@2can 2can released this 12 Oct 13:56
· 34 commits to main since this release
2636da2

New Features

saleor env cors command

New command - saleor env cors

It allows CORS management in the environment

CleanShot 2023-10-12 at 15 40 05@2x

saleor env origins command

New command - saleor env origins

It allows client-trusted origins management in the environment

CleanShot 2023-10-12 at 15 44 26@2x

Improvements

  • rename and extend command job to task.
    The CLI switched to the tasks endpoint which adds additional filtering features with extended results.
    The task command is now paginated. The pagination can be defined by page-size and page-number options.
    The results can be filtered by is-blocking and status options.

CleanShot 2023-10-12 at 15 47 40@2x

Fixes

(none)

Full Changelog: 1.36.0...1.37.0