v1.1.0
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
waitForTaskby @2can in #106 - Use
isGlobalflag 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 createby @2can in #120 - Add suffix for
tunnelspawn for windows by @2can in #117
Fixes
- Fix the gitly flow by @zaiste in #122
- Fix
configurecmd by @2can in #105 - Fix
storefront createfor env prompt by @2can in #113 - Fix
org show- alias slug to organization by @2can in #121
Full Changelog: 1.0.3...1.1.0