flowdeck project packages list
List packages (direct and transitive).Options
| Option | Short | Description |
|---|---|---|
--project <path> | -p | Project directory |
--workspace <path> | -w | Path to workspace or project |
--json | -j | Output as JSON |
--verbose | -v | Show detailed output |
flowdeck project packages add
Add a package dependency.Options
| Option | Short | Description |
|---|---|---|
--kind <type> | -k | Version rule type (required for remote packages) |
--value <value> | -V | Version/branch/revision (required for remote packages) |
--project <path> | -p | Project directory |
--workspace <path> | -w | Path to workspace or project |
--json | -j | Output as JSON |
--verbose | -v | Show detailed output |
upToNextMajor, upToNextMinor, exact, branch, revision.
flowdeck project packages remove
Remove a package dependency by identity or URL.Options
| Option | Short | Description |
|---|---|---|
--project <path> | -p | Project directory |
--workspace <path> | -w | Path to workspace or project |
--json | -j | Output as JSON |
--verbose | -v | Show detailed output |
flowdeck project packages resolve
Resolve package dependencies without updating to newer versions.Options
| Option | Short | Description |
|---|---|---|
--project <path> | -p | Project directory |
--workspace <path> | -w | Path to workspace or project |
--scheme <name> | -s | Scheme name |
--derived-data-path <path> | Custom derived data path (default: ~/Library/Developer/FlowDeck/DerivedData) | |
--json | -j | Output as JSON |
--verbose | -v | Show detailed xcodebuild output |
flowdeck project packages update
Update packages (clears cache and re-resolves).Options
| Option | Short | Description |
|---|---|---|
--project <path> | -p | Project directory |
--workspace <path> | -w | Path to workspace or project |
--scheme <name> | -s | Scheme name |
--derived-data-path <path> | Custom derived data path (default: ~/Library/Developer/FlowDeck/DerivedData) | |
--json | -j | Output as JSON |
--verbose | -v | Show detailed xcodebuild output |
flowdeck project packages clear
Clear the Swift package cache (SourcePackages).Options
| Option | Short | Description |
|---|---|---|
--project <path> | -p | Project directory |
--workspace <path> | -w | Path to workspace or project |
--derived-data-path <path> | Custom derived data path (default: ~/Library/Developer/FlowDeck/DerivedData) | |
--json | -j | Output as JSON |
--verbose | -v | Show detailed output |
flowdeck project packages link
Link package products to a target.Options
| Option | Short | Description |
|---|---|---|
--target <name> | -t | Target name to link products to |
--products <list> | Comma-separated products to link | |
--project <path> | -p | Project directory |
--workspace <path> | -w | Path to workspace or project |
--json | -j | Output as JSON |
--verbose | -v | Show detailed output |
