Skip to content

v1.31

Compare
Choose a tag to compare
@2can 2can released this 29 Jun 12:50
· 70 commits to main since this release
0a4b213

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