Skip to content

Releases: saleor/cli

v1.9.0

13 Jul 11:15
5797cee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.0...1.9.0

v1.7.0

29 Jun 10:09
8042d53
Compare
Choose a tag to compare

What's Changed

  • Rearrange GitHub & Vercel login middlewares by @2can in #159
  • Encode app id in checkout deploy summary by @2can in #162
  • Set initial values for app permission multiselect by @2can in #166
  • Fix app token - await for createAppToken by @2can in #167
  • Unregister app by @zaiste in #165
  • Make the Saleor App deployment to Vercel seamless app deploy by @zaiste in #169

Full Changelog: 1.6.0...1.7.0

v1.6.0

29 Jun 09:52
f929efb
Compare
Choose a tag to compare

What's Changed

  • Add summary to the checkout deploy process by @2can in #156
  • Fix env vars for storefront deploy by @2can in #157
  • Make CLI more batch-mode friendly with skip-update-hooks for backup restore by @2can in #158

Full Changelog: 1.5.0...1.6.0

v1.5.0

15 Jun 09:36
142b64f
Compare
Choose a tag to compare

What's Changed

  • Make the app tunnel output more complete by @zaiste in #149
  • Add hints for the database selection options in saleor environment by @zaiste in #150
  • Improve the confirm prompts + message rewording by @zaiste in #151
  • Show only non-production (sandbox) version in CLI by @zaiste in #152
  • Minor improvements (consistent yes/no, remove AnyEvents) by @zaiste in #153
  • Provide the checkout deployment flow by @2can in #154
  • Create a GitHub fork when doing checkout deploy by @2can in #155

Full Changelog: 1.4.0...1.5.0

v1.4.0

15 Jun 09:33
edf3685
Compare
Choose a tag to compare

What's Changed

  • Preliminary flow for publishing Saleor apps by @2can in #140
  • Properly set name in package.json with app create by @2can in #142
  • Add links for npm page by @witoszekdev in #141
  • Add host URL by @timuric in #143
  • Fix typos in various messages by @zaiste in #144
  • Use the GitHub GraphQL API to make the publish flow work by @zaiste in #145
  • Fix missing types for lodash.kebabcase by @2can in #146
  • Add delay for github login by @2can in #147

New Contributors

Full Changelog: 1.3.0...1.4.0

v1.3.0

01 Jun 12:29
67402dc
Compare
Choose a tag to compare

What's Changed

  • Remove downloaded file after extraction by @2can in #129
  • Remove unused op param for app permission by @2can in #130
  • Update gql schema url with app create by @2can in #131
  • Display user info when running the saleor command by @2can in #132
  • Verify the Saleor App presence for the app permission command by @2can in #133
  • Refactor headers and gql response logic for Saleor Apps by @2can in #134
  • Fix app list description by @2can in #135
  • Refactor doSaleorAppInstall by @2can in #136
  • Add the Darwin x64 tunnel binary by @zaiste in #137
  • Extend webhook create with events & query by @2can in #138
  • Add the trigger command by @zaiste in #139

Full Changelog: 1.2.0...1.3.0

v1.2.0

24 May 11:01
9b2114c
Compare
Choose a tag to compare

What's Changed

  • Add initial Sentry configuration by @zaiste in #124
  • Add option for JSON as output result by @zaiste in #125
  • Check port availability before login by @2can in #126
  • Hint create command for empty entities by @2can in #127
  • Check port availability before Vercel login by @2can in #128
  • Improve the telemetry infrastructure and silence the timeout errors as they are catched by Sentry now (fixes #110)

Full Changelog: 1.1.0...1.2.0

v1.1.0

17 May 12:03
604a2a1
Compare
Choose a tag to compare

New Features

• Add token & permission management for Saleor Apps by @zaiste in #118

Generate a token for a Saleor App

saleor app token

Set permissions of a Saleor App

saleor app permission set

• Add generate command for creating resources in Saleor Apps by @zaiste in #116

Mainly for Saleor Apps. You can generate a web hook stub along with a GraphQL subscription for defining the web hook payload.

saleor app generate webhook

• Introduce anonymous user session for telemetry by @zaiste in #115

Improvements

  • Simplify downloading from GitHub by @zaiste in #123
  • Add simple progress bar to waitForTask by @2can in #106
  • Use isGlobal flag for update-notifier by @2can in #107
  • Split waitForTask messages to 80 chars max by @2can in #108
  • Make output more clear for storefront create by @2can in #114
  • Improve app tunnel & app create by @2can in #120
  • Add suffix for tunnel spawn for windows by @2can in #117

Fixes

Full Changelog: 1.0.3...1.1.0