Skip to content

Latest commit

 

History

History

cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Fleet FN Inc

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 -g

or install with yarn:

yarn global add @fleetfn/cli

Getting 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 cloud

Documentation

For details on how to use Fleet CLI, check out our documentation.