Fastforge CLI Documentation

July 18, 2026 · View on GitHub

English | 简体中文

This directory documents the actual behavior of the current Fastforge CLI. Its contents follow the command implementations, core modules, and installation scripts in this repository.

The legacy documentation remains in apps/docs. This directory does not replace or modify the legacy documentation.

Important

The current CLI is still under active development. The documentation distinguishes between implemented and not-yet-implemented features. If the command help differs from the documentation, follow fastforge <command> --help.

Documentation

Guides

  • Installation: install the native binary, build from source, and review environment requirements
  • Getting Started: verify the installation, package a project, and analyze artifacts
  • Building: build commands, build results, and builder boundaries
  • Packaging: the packaging process, build stage, and lifecycle hooks
  • Publishing: publishing targets, parameters, and credentials
  • Local Workflows: discover, validate, and run .fastforge/workflows
  • CLI Reference: top-level commands and options

Builders

Packagers

Publishing Targets

Stores and Tools

Current Capabilities

CapabilityStatusEntry point
App package analysisImplementedAnalyze
Android, iOS, macOS packagingPartially implementedPackager overview
BuildersPartially implementedBuilder overview
Artifact publishingMultiple targets implementedPublisher overview
Local workflowsImplementedLocal workflows
App Store ConnectImplementedApp Store
Google Play ConsoleImplementedGoogle Play
Multi-store catalog syncImplementedCatalog
Automatic upgradesNot implementedfastforge upgrade is currently a no-op
Online version checksNot implementedversion-check currently prints only the local version

Get Current Version Information

fastforge --version
fastforge --help
fastforge version-check --current-only