1.0.0-beta.12 • Published 3 years ago

@fleetfn/cli v1.0.0-beta.12

Weekly downloads
54
License
Apache-2.0
Repository
-
Last release
3 years ago

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.