CHANGELOG

New updates and improvements to Fleet

Follow us on Twitter for updates.

Back

2020 / June / 12

Fleet CLI updates

Fleet CLI updates

We changed the behavior when making a new deployment, previously each new deployment was aimed at production, we changed this behavior, now with each new deployment by default it only generates the preview deployment. You can define a deployment for production by changing via UI in the deployments tab or by performing a new deployment with the option fleet deploy --prod or fleet -p.

In addition to this change in behavior, there were also some significant changes for large projects.

  • Improvements in the deployment of a large project with many functions
  • Improved tracking of network exceptions
  • New version 1.0.0-alpha.7 of CLI (Update)

We have updated some documentation on the use of the --prod option:

Other improvements and fixes

  • Updated the Node.js runtime to v12.18.0 (LTS)
  • When trying to log in to the console via console.fleetfn.com without the invitation, it automatically adds the email to the list.
  • Fixed error when trying to deploy with functions larger than 5mb