flywheel/cli
Flywheel command line interface for managing data and site configuration.
curl https://storage.googleapis.com/flywheel-dist/fw-cli/stable/install.sh | bash
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
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 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
docker pull flywheel/cli