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
- Publisher overview
- S3-compatible storage · fir.im · Firebase
- GitHub · App Store · AppGallery
- Vercel · Custom
Stores and Tools
- Store management: App Store Connect, Google Play, and catalog synchronization
- App package analysis: APK, AAB, IPA, DMG, and
.app
Current Capabilities
| Capability | Status | Entry point |
|---|---|---|
| App package analysis | Implemented | Analyze |
| Android, iOS, macOS packaging | Partially implemented | Packager overview |
| Builders | Partially implemented | Builder overview |
| Artifact publishing | Multiple targets implemented | Publisher overview |
| Local workflows | Implemented | Local workflows |
| App Store Connect | Implemented | App Store |
| Google Play Console | Implemented | Google Play |
| Multi-store catalog sync | Implemented | Catalog |
| Automatic upgrades | Not implemented | fastforge upgrade is currently a no-op |
| Online version checks | Not implemented | version-check currently prints only the local version |
Get Current Version Information
fastforge --version
fastforge --help
fastforge version-check --current-only