Skip to main content
Use config to manage saved runtime project selection state (workspace, scheme, target, configuration).
flowdeck config set is not the same as editing .flowdeck/config.json or .flowdeck/config.local.json. The config command saves per-project runtime defaults, while the .flowdeck/config*.json files are the shared project settings format.

Read Saved Settings

flowdeck config shows command help. Use flowdeck config get to read saved settings for the current project folder.

Save Settings

Use flowdeck config set to store workspace/scheme/target defaults:

Reset Saved Settings

Use flowdeck config reset to clear saved settings for a project folder:

Options (config get)

Options (config set)

Options (config reset)

JSON Output (config get)

When the saved target is a device (or a virtual macOS target), the response carries a device object instead of simulator:

JSON Output (config set)

JSON Output (config reset)