flat CLI

Get the flat CLI from sevenval/flat-cli. See the tutorial for installation instructions.

You can start the local FLAT server with

$ flat start

The option -b allows you to run the current beta version instead of the stable version:

$ flat start -b

FLAT is provided as a Docker image. Use

$ flat pull

to keep your local FLAT image up to date.

Run

$ flat -h

for a list of all available commands and options of the FLAT CLI.

See also

Last updated