Skip to main content
List available build configurations (Debug, Release, and any custom configs).
# List configurations
flowdeck project configs -w App.xcworkspace

# List as JSON
flowdeck project configs --json

# Show usage examples
flowdeck project configs --examples

Options

OptionShortDescription
--examples-eShow usage examples
--workspace <path>-wPath to workspace (.xcworkspace) or project (.xcodeproj)
--project <path>-pProject directory
--json-jOutput as JSON

JSON Output

["Debug", "Release"]