Skip to main content

Documentation Index

Fetch the complete documentation index at: https://flowdeck.studio/docs/llms.txt

Use this file to discover all available pages before exploring further.

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"]