A powerful command-line interface for iOS/macOS development
FlowDeck CLI is a standalone command-line tool for building, running, and testing iOS/macOS applications without leaving your terminal. It provides a streamlined development experience for developers who prefer working from the command line or need to integrate Xcode builds into CI/CD pipelines.
For AI agents and CI/CD, use the init workflow to save project settings:
Copy
# 1. Discover project structureflowdeck context --json# 2. Initialize with discovered settingsflowdeck init -w MyApp.xcworkspace -s MyApp -S "iPhone 16"# 3. Run commands without parametersflowdeck build # Uses saved settingsflowdeck run # Uses saved settingsflowdeck test # Uses saved settingsflowdeck clean # Uses saved settings
After running flowdeck init, all subsequent commands use the saved settings automatically. This is the recommended approach for AI agents and CI/CD pipelines.