CHANGELOG

New updates and improvements to Fleet

Follow us on Twitter for updates.

Back

2020 / September / 17

YAML support first-class in Fleet CLI

YAML support first-class in Fleet CLI

Fleet CLI is supporting YAML, this allows files to be smaller, more readable and reducing noise. This allows us to implement more features that we are planning for the future of the CLI. Update to the latest version.

functions:
  user:
    handler: 'functions/User.js'
    http:
      method: ['GET', 'POST', 'DELETE']
      path: '/v1/user'

JSON support still continues and our documentation and collection of examples have been updated to use the new fleet.yml configuration file.

Other improvements and fixes