Fleet CLI is the tool designed for people interested in using Fleet Function.
To install the latest version of Fleet CLI, run this command:
npm i @fleetfn/cli -g
or install with yarn
:
yarn global add @fleetfn/cli
To quickly start a new project, run the following commands:
fleet init # Choose an example project to start
cd <PROJECT> # Change directory to the new project
fleet # Deploy to the cloud
For details on how to use Fleet CLI, check out our documentation.