Releases: saleor/cli
v1.32
New Features
(none)
Improvements
- Prepare
saleor logincommand for Keycloak auth on the Saleor Cloud side
Fixes
(none)
Full Changelog: 1.31.0...1.32.0
v1.31
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 createcommand tosaleor app template - Provide backup name through prompt in
backup createcommand - Removed
emailoption forenv createcommand - Unified options naming for
env createcommand - More examples among commands
- Removed
postinstallas it's no longer required
Fixes
(none)
Full Changelog: 1.30.0...1.31.0
v1.30
New Features
(none)
Improvements
- Sort available Saleor versions in the
env createcommand - Adjust the progress bar for the
env createcommand - Success page instead of redirecting to Saleor Cloud for
vercel login&github logincommands - Pick an environment for the
env populatecommand - Find the environment by name and id in the
env populatecommand
Fixes
- Update the
app tunnelcommand to match Ngrok changes - Remove SRS deployment prompt from the
env createcommand
Full Changelog: 1.29.0...1.30.0
v1.29
New Features
(none)
Improvements
- Allow to run only for Node 16+ and warn for odd versions
- Success page instead of redirect for
saleor logincommand
Fixes
(none)
Full Changelog: 1.28.0...1.29.0
v1.28
New Features
(none)
Improvements
- Remove the
app deploycommand - Use
ngrokas the default tunnel forapp tunnel - Extract the common format for the
confirmfunction - You can use either
syncorasyncevents forwebhook create, but not both
Fixes
- Fix the
queryoption for the web hook dry run - Fix the bundling issue with
esbuild
Full Changelog: 1.27.0...1.28.0
v1.27
New Features
(none)
Improvements
- Deprecate the
app deploy
Fixes
(none)
Full Changelog: 1.26.0...1.27.0
v1.26
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.
Note: minimal required Saleor version - 3.11
Improvements
(none)
Fixes
(none)
Full Changelog: 1.25.0...1.26.0
v1.25
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
Headless login
Login without the need of a browser - saleor login --headless. Useful for CI, VPS, and Docker environments.
Improvements
(none)
Fixes
- Fix arguments order for buildManifestURL
Full Changelog: 1.24.0...1.25.0
v1.24
New Features
(none)
Improvements
- Improved error message if the environment is not found
- Added alias for the
keypositional argument ofbackup removecommand - 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
New Features
- Option
--use-ngrokforapp tunnelcommand. The tunnel command switches to usengrokbinary instead of the built-in tunnel.
Improvements
- Validation of
targetUrlforwebhook create - CLI output width has been unset from 80 characters. This improves the help output readability.
- Detection of
openexecutable to handle headless environments. For commands that require browser, error is shown when the browser is not available. - Option
--shortforapp tokencommand. The CLI silences the output to token only so commands likepbcopycan properly grab it
Full Changelog: 1.22.0...1.23.0