Skip to main content

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


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.6.tar.gz (88.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mfbt_cli-0.1.6-py3-none-any.whl (112.8 kB view details)

Uploaded Python 3

File details

Details for the file mfbt_cli-0.1.6.tar.gz.

File metadata

  • Download URL: mfbt_cli-0.1.6.tar.gz
  • Upload date:
  • Size: 88.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.16

File hashes

Hashes for mfbt_cli-0.1.6.tar.gz
Algorithm Hash digest
SHA256 f8e6246fc79bd975a9671c0e19db0ab67da406268404b2d1a1b619c856524aed
MD5 531b98e97b4c1cf3ffa834671babc9f6
BLAKE2b-256 a8873b65c49b7eacf5cb819205d481a43dc8a03a93386fa090f7db19772317d5

See more details on using hashes here.

File details

Details for the file mfbt_cli-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: mfbt_cli-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 112.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.16

File hashes

Hashes for mfbt_cli-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 5241c7d7c5c525d858b6e1298141e995d35a85ef42c95dd9d8b09063313cbfb2
MD5 a569a15f19014d31603996762ce80754
BLAKE2b-256 bf2a653ecfa48d18bfa810c7bcc35e8638c6e0fd23d747f98147796c39e3bbc8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page