Skip to content
Compare
Choose a tag to compare
@thyarles thyarles released this 14 Sep 04:51
· 22 commits to main since this release
baa23ff

What's new

Hey VTEXers, do you always wanted a VTEX Toolbelt version that ask you no questions to make your pipelines more automated? Now you have one! Just try this action. How to use it? Piece of cake! Just follow the documentation to use this action on your pipeline.

This is one example how to creating and deleting a workspace without questions:

robot@sky ~ $ vtex workspace use -r testing4real
! Workspace testing4real doesn't exist
01:55:52.686 - info: Workspace testing4real created successfully with production=false  
01:55:53.841 - info: Workspace change: You are now using the workspace testing4real on account productusqa.
  
robot@sky ~ $ vtex workspace delete -f testing4real
01:56:04.588 - info: Workspace testing4real deleted successfully  
01:56:04.592 - warn: The workspace you were using was deleted  
01:56:04.620 - info: Workspace change: You are now using the workspace master on account productusqa.

What's Changed

  • chore: 🤖 update default version of toolbelt by @thyarles in #12

Full Changelog: v4...v5