Project Tools
Build Configurations
List build configurations
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List build configurations
# List configurations
flowdeck project configs -w App.xcworkspace
# List as JSON
flowdeck project configs --json
# Show usage examples
flowdeck project configs --examples
| Option | Short | Description |
|---|---|---|
--examples | -e | Show usage examples |
--workspace <path> | -w | Path to workspace (.xcworkspace) or project (.xcodeproj) |
--project <path> | -p | Project directory |
--json | -j | Output as JSON |
["Debug", "Release"]
Was this page helpful?
