Skip to main content
Use context to inspect a project and output all available build options.
# Show project context (human readable)
flowdeck context

# JSON output for agents/automation
flowdeck context --json

# Point to a specific project directory
flowdeck context --project /path/to/project

Options

OptionShortDescription
--project <path>-pProject directory
--json-jOutput as JSON
--examples-eShow usage examples

JSON Output

{
  "workspace": "MyApp.xcworkspace",
  "schemes": [
    {"name": "MyApp", "category": "Apps", "platform": "iOS"}
  ],
  "buildConfigurations": ["Debug", "Release"],
  "derivedDataPath": "/Users/you/Library/Developer/FlowDeck/DerivedData",
  "simulators": [
    {"name": "iPhone 16", "udid": "...", "platform": "iOS", "osVersion": "18.0", "state": "Shutdown"}
  ]
}