Less than a day, the second version arrived!
On this version
- You can skip the authentication process by setting it of or just not informing account, key or token (this is useful if you just want to deploy the VTEX Toolbelt and keep using the authentication method provided by your application or pipeline)
- The authentication process is now checked, if you pass a wrong credentials or account, you'll receive a feedback
- Logic simplified on the entry point with checks on each step
- We now have a protected branch on VTEX Toolbelt repository, if you want to help us taking off the confirmations not needed on CI/CD environments, be our guest and help us by opening a pull request
What's Changed
- Feat/remove useless code by @thyarles in #1
- Using of semantic versioning by @thyarles in #2
- Fix typo on entrypoint by @thyarles in #3
New Contributors
Full Changelog: v1...v2