CLI tool for the mfbt platform — interactive TUI and subcommands for managing mfbt projects
Project description
mfbt CLI
Command-line tool for the mfbt platform. Provides both an interactive TUI mode and traditional subcommands for managing mfbt projects.
Features
- Interactive TUI -- K9S-style keyboard-driven interface for navigating projects, phases, modules, and features
- Subcommands -- Traditional CLI commands for scripting and automation (
auth,projects,ralph, and more) - OAuth 2.1 Authentication -- Secure browser-based login with PKCE and API key support
- Real-time Updates -- WebSocket-powered job monitoring and status tracking
- Agent Orchestration -- Auto-invoke coding agents to implement pending features with
mfbt ralph
Requirements
- Python 3.10+
Installation
pip install mfbt-cli
Quick Start
# Authenticate with the mfbt platform
mfbt auth login
# List your projects
mfbt projects list
# Launch the interactive TUI
mfbt
# Show version
mfbt --version
Usage
# Run with verbose output
mfbt -v
mfbt -vv # debug
mfbt -vvv # trace
# Authentication commands
mfbt auth login
mfbt auth status
mfbt auth logout
# Project management
mfbt projects list
mfbt projects show
mfbt projects switch
# Auto-invoke coding agents
mfbt ralph
Development Setup
# Clone the repository
git clone https://github.com/Zipstack/mfbt-cli.git
cd mfbt-cli
# Create a virtual environment
python -m venv .venv
source .venv/bin/activate # Unix
# .venv\Scripts\activate # Windows
# Install in editable mode with dev dependencies
pip install -e .
pip install -r requirements-dev.txt
# Run tests
pytest tests/ -v
# Code quality
black --check src/ tests/
ruff check src/ tests/
mypy src/
License
MIT -- see LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mfbt_cli-0.1.1.tar.gz
(86.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
mfbt_cli-0.1.1-py3-none-any.whl
(111.3 kB
view details)
File details
Details for the file mfbt_cli-0.1.1.tar.gz.
File metadata
- Download URL: mfbt_cli-0.1.1.tar.gz
- Upload date:
- Size: 86.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fb20e2722bef4390b1369c673fe4294f1c384c584b90b9f45ed06fe0eb9d1b9
|
|
| MD5 |
92660026a851b5d6e4e5ecd8d5f7ed32
|
|
| BLAKE2b-256 |
53f2484b690f86a40526acaf29b077bcc7416971b0bdd87da5205455136979a5
|
File details
Details for the file mfbt_cli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: mfbt_cli-0.1.1-py3-none-any.whl
- Upload date:
- Size: 111.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3e137f0baf7ac7204128d1bd27671516217434dd158a2700b4ce8cc3ba5faf9
|
|
| MD5 |
a8e3e3d971e655881a9afca7a25c7926
|
|
| BLAKE2b-256 |
30b359ad07a053a1a08a01cffd1496bc34d750e7124dcc3b0a6f8c6412758376
|