@flowformer/cli
v0.1.0-alpha.10
Published
Flowformer app developer CLI
Readme
@flowformer/cli
The Flowformer CLI is a command-line interface for building and deploying Flowformer apps.
Installation
npm install -g @flowformer/cliUsage
flowformer --helpCommands
flowformer dev
Start the development server and watches the .flowform schema file for changes.
flowformer deploy
Build the app and deploy it to the Flowformer platform.
