- Fix redirects for
raisely local
- Updates CLI to support Raisely's expanded MFA options
- Fixes bug with logging in using MFA
- Now requires node v14+ LTS (esm no longer required)
- Added better command-line experience (more logs)
- Updated commander.js
- Implemented dynamic imports for commands (faster, only load modules when needed for each command)
- Applied code formatting to match internal development standards
- Fixed win32 filesystem handling
- Fixed performance issue with Babel loading in before component deploy (causing long pauses)
- Some minor dead code removal
- Fixed api layer to use correct error handling (based on response headers), instead of relying on original payload
- Fixed a bug where
raisely local
was failing due to socket errors on file changes. - Better error handling for local style and component compiling
- Fix: Deploy was uploading blank files
- Allow multiple developers to work on the one Raisely website with local compiling of components and styles.
- Support for GitHub Actions and version managed workflows.
- Fix style watching/compiling on Windows
- Add support for 2 factor authentication
- Fix style sync compatibility issues on Windows
- Gracefully handle expired tokens and offer to log user in
- Add
raisely login
command to manually change login - Offer to switch user to the correct account if they are logged into another
- Notify the user when updates to the cli are available
- Add support for CI/CD with
raisely deploy
- Add support for folders and multiple SCSS files