@fleetfn/cli
v1.0.0-beta.12
Published
The command-line interface for Fleet.
Readme
Fleet CLI is the tool designed for people interested in using Fleet Function.
Installation
To install the latest version of Fleet CLI, run this command:
npm i @fleetfn/cli -gor install with yarn:
yarn global add @fleetfn/cliGetting Started
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 cloudDocumentation
For details on how to use Fleet CLI, check out our documentation.
