Skip to content

Releases: saleor/cli

v1.32

26 Jul 11:01
0b9bf02
Compare
Choose a tag to compare

New Features

(none)

Improvements

  • Prepare saleor login command for Keycloak auth on the Saleor Cloud side

Fixes

(none)

Full Changelog: 1.31.0...1.32.0

v1.31

29 Jun 12:50
0a4b213
Compare
Choose a tag to compare

New Features

saleor app remove command

New command - saleor app remove

It allows removing Apps in Saleor

saleor app create command

Changed functionality - saleor app create.

Currently the command allows to create a Local App in Saleor.
Previously the command created boilerplate Next.js App based on the Saleor App Template. This functionality still exists as saleor app template command.

Improvements

  • Rename saleor app create command to saleor app template
  • Provide backup name through prompt in backup create command
  • Removed email option for env create command
  • Unified options naming for env create command
  • More examples among commands
  • Removed postinstall as it's no longer required

Fixes

(none)

Full Changelog: 1.30.0...1.31.0

v1.30

10 May 12:11
005ea1e
Compare
Choose a tag to compare

New Features

(none)

Improvements

  • Sort available Saleor versions in the env create command
  • Adjust the progress bar for the env create command
  • Success page instead of redirecting to Saleor Cloud for vercel login & github login commands
  • Pick an environment for the env populate command
  • Find the environment by name and id in the env populate command

Fixes

  • Update the app tunnel command to match Ngrok changes
  • Remove SRS deployment prompt from the env create command

Full Changelog: 1.29.0...1.30.0

v1.29

03 Apr 13:44
0a65ea5
Compare
Choose a tag to compare

New Features

(none)

Improvements

  • Allow to run only for Node 16+ and warn for odd versions
  • Success page instead of redirect for saleor login command

image

Fixes

(none)

Full Changelog: 1.28.0...1.29.0

v1.28

22 Feb 13:25
e13b338
Compare
Choose a tag to compare

New Features

(none)

Improvements

  • Remove the app deploy command
  • Use ngrok as the default tunnel for app tunnel
  • Extract the common format for the confirm function
  • You can use either sync or async events for webhook create, but not both

Fixes

  • Fix the query option for the web hook dry run
  • Fix the bundling issue with esbuild

Full Changelog: 1.27.0...1.28.0

v1.27

20 Feb 14:37
4c3c3e8
Compare
Choose a tag to compare

New Features

(none)

Improvements

  • Deprecate the app deploy

Fixes

(none)

Full Changelog: 1.26.0...1.27.0

v1.26

25 Jan 07:24
da32f8d
Compare
Choose a tag to compare

New Features

webhook dry-run command

New command - saleor webhook dry-run.

It performs a dry run of a webhook event. It uses webhookDryRun mutation which accepts following arguments:

  • object-id - the ID of an object to serialize.
  • query - the subscription query that defines the webhook event and its payload.

CleanShot 2023-01-25 at 08 00 54@2x

Note: minimal required Saleor version - 3.11

Improvements

(none)

Fixes

(none)

Full Changelog: 1.25.0...1.26.0

v1.25

29 Dec 13:56
bd7060a
Compare
Choose a tag to compare

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

v1.24

06 Dec 16:00
84a01ac
Compare
Choose a tag to compare

New Features

(none)

Improvements

  • Improved error message if the environment is not found
  • Added alias for the key positional argument of backup remove command
  • Auto update of CLI docs during development
  • Refined the Sentry capture mechanism
  • Unified the error handling on the CLI boundary

Full Changelog: 1.23.0...1.24.0

v1.23

30 Nov 12:50
ab5b09e
Compare
Choose a tag to compare

New Features

  • Option --use-ngrok for app tunnel command. The tunnel command switches to use ngrok binary instead of the built-in tunnel.

Improvements

  • Validation of targetUrl for webhook create
  • CLI output width has been unset from 80 characters. This improves the help output readability.
  • Detection of open executable to handle headless environments. For commands that require browser, error is shown when the browser is not available.
  • Option --short for app token command. The CLI silences the output to token only so commands like pbcopy can properly grab it

Full Changelog: 1.22.0...1.23.0