Skip to content

Releases: saleor/cli

1.42.1

02 Dec 16:59

Choose a tag to compare

What's Changed

Full Changelog: 1.42.0...1.42.1

1.42.0

02 Dec 16:46

Choose a tag to compare

What's Changed

Note

Please note this release was published on npm on March 31st 2025 (missing release on GitHub)

Full Changelog: 1.41.0...1.42.0

1.41.0

02 Feb 13:12

Choose a tag to compare

New Features

  • Allow CLI to work with arbitrary Cloud API servers

Improvements

(none)

Fixes

(none)

Full Changelog: 1.40.0...1.41.0

v1.40

08 Nov 09:55
2ec47a2

Choose a tag to compare

New Features

(none)

Improvements

  • backup list, backup show, and backup remove don't require environment parameter anymore
  • added new options to the backup list command: name - it filters the output for a name for the backup, latest- it shows only the latest backup
  • added a new column Environment to the backup list. As the environment parameter is not required to trigger the backup list, extended output gives a better backup scope.

CleanShot 2023-11-08 at 10 51 44

CleanShot 2023-11-08 at 10 50 22

Fixes

(none)

Full Changelog: 1.39.0...1.40.0

v1.39

27 Oct 17:04
a25c00a

Choose a tag to compare

New Features

(none)

Improvements

  • added skip-webhooks-update option to the environment create command. It allows to skip webhooks update when using the restore-from option
  • removed the storefront deploy command. Revamped storefront deployment is greatly simplified and this command is no longer needed
  • updated example instance URL in the docs overview
  • improved the storefront create output to provide info about required additional steps

CleanShot 2023-10-27 at 18 57 27@2x

CleanShot 2023-10-27 at 18 58 55@2x

Fixes

(none)

Full Changelog: 1.38.0...1.39.0

v1.38

18 Oct 14:58
7c8de79

Choose a tag to compare

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

v1.37

12 Oct 13:56
2636da2

Choose a tag to compare

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

v1.36

06 Oct 15:10
ff337d1

Choose a tag to compare

New Features

saleor env update command

New command - saleor env update

It allows to update the environment name

CleanShot 2023-10-04 at 14 26 48@2x

saleor env auth command

New command - saleor env auth

It allows basic authentication management in the environment

CleanShot 2023-10-06 at 16 49 57@2x

saleor env maintenance command

New command - saleor env maintenance

It allows maintenance mode management in the environment

CleanShot 2023-10-06 at 16 48 57@2x

Improvements

  • aligned saleor storefront create command with the new, updated storefront example that also includes the checkout

Fixes

(none)

Full Changelog: 1.35.0...1.36.0

v1.35

20 Sep 12:29
574413a

Choose a tag to compare

New Features

(none)

Improvements

  • Use Device flow in saleor github login command

CleanShot 2023-09-20 at 14 29 11

Fixes

(none)

Full Changelog: 1.34.0...1.35.0

v1.34.1

05 Sep 07:10
3b1241b

Choose a tag to compare

New Features

(none)

Improvements

(none)

Fixes

  • Fixed the Create new option for project prompt
  • Fixed getSortedServices used for environment preparation for storefront create --demo

Full Changelog: 1.32.0...1.33.0