Releases: saleor/cli
1.41.0
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
New Features
(none)
Improvements
backup list
,backup show
, andbackup 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 thebackup list
. As the environment parameter is not required to trigger thebackup list
, extended output gives a better backup scope.
Fixes
(none)
Full Changelog: 1.39.0...1.40.0
v1.39
New Features
(none)
Improvements
- added
skip-webhooks-update
option to theenvironment create
command. It allows to skip webhooks update when using therestore-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
Fixes
(none)
Full Changelog: 1.38.0...1.39.0
v1.38
New Features
(none)
Improvements
- BREAKING CHANGE - the
--instance
common option now accepts the URL to theGraphQL
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 thesaleor 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
Fixes
(none)
Full Changelog: 1.37.0...1.38.0
v1.37
New Features
saleor env cors
command
New command - saleor env cors
It allows CORS management in the environment
saleor env origins
command
New command - saleor env origins
It allows client-trusted origins management in the environment
Improvements
- rename and extend command
job
totask
.
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 bypage-size
andpage-number
options.
The results can be filtered byis-blocking
andstatus
options.
Fixes
(none)
Full Changelog: 1.36.0...1.37.0
v1.36
New Features
saleor env update
command
New command - saleor env update
It allows to update the environment name
saleor env auth
command
New command - saleor env auth
It allows basic authentication management in the environment
saleor env maintenance
command
New command - saleor env maintenance
It allows maintenance mode management in the environment
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
New Features
(none)
Improvements
- Use
Device flow
insaleor github login
command
Fixes
(none)
Full Changelog: 1.34.0...1.35.0
v1.34.1
New Features
(none)
Improvements
(none)
Fixes
- Fixed the
Create new
option for project prompt - Fixed
getSortedServices
used for environment preparation forstorefront create --demo
Full Changelog: 1.32.0...1.33.0
v1.34
New Features
(none)
Improvements
- Use Keycloak
auth
endpoint for thesaleor login
command - Improved
ngrok
binary missing error for thesaleor 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
New Features
saleor example
command
New command - saleor example
It allows to setup of an official Saleor example locally

Improvements
- use Keycloak
auth-next
endpoint forsaleor login
command - upload sourcemaps to Sentry with
postpublish
Fixes
(none)
Full Changelog: 1.32.0...1.33.0