flywheel/cli

By flywheel

Updated about 12 hours ago

Flywheel CLI

Image

10K+

Flywheel CLI (beta)

Flywheel command line interface for managing data and site configuration.

Installation

curl https://storage.googleapis.com/flywheel-dist/fw-cli/stable/install.sh | bash

Usage

Most commands require authentication - log in to your site first:

fw-beta login

Use --help to explore the available commands and options:

fw-beta --help

Development

Once cloned, install the project using poetry and enable pre-commit:

poetry install
pre-commit install

The fw-beta command is available if you enter a poetry shell.

Docs

Docs are generated from markdown files under docs/ using mkdocs and published to GitLab Pages. Start the live-reload server to see the generated HTML while editing:

mkdocs serve

License

MIT

Repository

flywheel-io/tools/app/cli

Docker Pull Command

docker pull flywheel/cli