Skip to content

Releases: raisely/cli

1.8.2

06 Nov 00:15
1abae9d
Compare
Choose a tag to compare

1.8.2

  • Updates CLI to support Raisely's expanded MFA options
  • Logout option

1.8.1

30 Oct 22:45
1a046c1
Compare
Choose a tag to compare

1.8.1

  • Fixes bug with logging in using MFA

1.8.0

18 Oct 15:55
332f55e
Compare
Choose a tag to compare

1.8.0

  • Now requires node v18+ LTS (esm no longer required)
  • Updated node-sass - fixes issue where npm install would sometimes hang or outright fail
  • Dependabot updates :
    • @babel/traverse from 7.17.3 to 7.23.2 dependencies
    • semver from 5.7.1 to 5.7.2 dependencies
    • http-cache-semantics from 4.1.0 to 4.1.1 dependencies
    • json5 from 2.2.1 to 2.2.3 dependencies

1.7.0

08 May 16:25
d8635a8
Compare
Choose a tag to compare

1.7.0

  • 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

1.6.5 (also applied)

  • 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