### Create Workspace via Command Line (macOS/Windows) Source: https://docs.toonboom.com/help/producer-22/producer-link/Creating-workspaces Configure workspaces directly using command-line arguments instead of the Producer Link user interface. This method allows for programmatic setup of workspace aliases and their corresponding root paths. ```shell # macOS: ./Producer\ Link config --set-workspace WorkspaceName --root /path/to/my/workspace # Windows: “Producer Link.exe” config --set-workspace WorkspaceName --root /path/to/my/workspace ```