config to manage saved project settings (workspace, scheme, target, configuration).
Read Saved Settings
flowdeck config shows command help. Use flowdeck config get to read saved settings for the current project folder.
Save Settings
Useflowdeck config set to store workspace/scheme/target defaults:
Reset Saved Settings
Useflowdeck config reset to clear saved settings for a project folder:
Options (config get)
| Option | Short | Description |
|---|---|---|
--project <path> | -p | Project directory (defaults to current) |
--json | -j | Output as JSON |
--examples | -e | Show usage examples |
Options (config set)
| Option | Short | Description |
|---|---|---|
--project <path> | -p | Project directory (defaults to current) |
--workspace <path> | -w | Path to .xcworkspace or .xcodeproj (required) |
--scheme <name> | -s | Scheme name |
--configuration <name> | -C | Build configuration (Debug/Release) |
--simulator <name> | -S | Simulator name or UDID |
--device <name> | -D | Device name or UDID (use “My Mac” for macOS) |
--force | -f | Overwrite an existing saved config |
--json | -j | Output as JSON |
--examples | -e | Show usage examples |
Options (config reset)
| Option | Short | Description |
|---|---|---|
--project <path> | -p | Project directory (defaults to current) |
--json | -j | Output as JSON |
--examples | -e | Show usage examples |
