Skip to content

Releases: saleor/cli

v1.34

23 Aug 12:31
bac5f38

Choose a tag to compare

New Features

(none)

Improvements

  • Use Keycloak auth endpoint for the saleor login command
  • Improved ngrok binary missing error for the saleor app tunnel
  • Improved git init operations for better compatibility with older versions of Git
  • Removed saleor checkout deploy command

Fixes

(none)

Full Changelog: 1.33.0...1.34.0

v1.33

26 Jul 11:11
6d2e74c

Choose a tag to compare

New Features

saleor example command

New command - saleor example

It allows to setup of an official Saleor example locally

image

Improvements

  • use Keycloak auth-next endpoint for saleor login command
  • upload sourcemaps to Sentry with postpublish

Fixes

(none)

Full Changelog: 1.32.0...1.33.0

v1.32

26 Jul 11:01
0b9bf02

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

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

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

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

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

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

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

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