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 removedon't require environment parameter anymore- added new options to the
backup listcommand:name- it filters the output for a name for the backup,latest- it shows only the latest backup - added a new column
Environmentto 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-updateoption to theenvironment createcommand. It allows to skip webhooks update when using therestore-fromoption - removed the
storefront deploycommand. Revamped storefront deployment is greatly simplified and this command is no longer needed - updated example instance URL in the docs overview
- improved the
storefront createoutput 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
--instancecommon option now accepts the URL to theGraphQLAPI 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
--originto--originsoption of thesaleor env origins - improved
saleor configuremessages - 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
jobtotask.
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-sizeandpage-numberoptions.
The results can be filtered byis-blockingandstatusoptions.
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 createcommand 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 flowinsaleor github logincommand
Fixes
(none)
Full Changelog: 1.34.0...1.35.0
v1.34.1
New Features
(none)
Improvements
(none)
Fixes
- Fixed the
Create newoption for project prompt - Fixed
getSortedServicesused for environment preparation forstorefront create --demo
Full Changelog: 1.32.0...1.33.0
v1.34
New Features
(none)
Improvements
- Use Keycloak
authendpoint for thesaleor logincommand - Improved
ngrokbinary missing error for thesaleor app tunnel - Improved
git initoperations for better compatibility with older versions of Git - Removed
saleor checkout deploycommand
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-nextendpoint forsaleor logincommand - upload sourcemaps to Sentry with
postpublish
Fixes
(none)
Full Changelog: 1.32.0...1.33.0