Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 737 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 737 Bytes

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.