matuzalemsteles
released this
16 Sep 04:07
·
19 commits
to master
since this release
Fleet CLI v1.0.0-beta.12
Just a small release containing some important fixes.
Fixes
- Fixes error not loading
babel-loader
when running deploy and dev command - Fixes error when getting CLI version 875c4a5
- (dev) add log when function has not yet compiled 7569835
- (dev) fix error when not invoking function correctly when exists query in URL afa177f
Installation
To update the Fleet CLI or install, you can use npm
or yarn
using the following commands:
yarn:
$ yarn global add @fleetfn/cli
npm:
$ npm i -g @fleetfn/cli
Check out our installation docs for information on how to install Fleet CLI.