Command Line Interface

Using a Terminal or a Command Prompt, Producer Link can be modified.

You can navigate to the Producer Link application using the following command:

  • macOS cd /Applications/Producer\ Link.app/Contents/MacOS

  • Windows: cd “C:\Program Files\Producer Link”

You can access the list of commands using the following command:

  • macOS: ./Producer\ Link config --help

  • Windows: “Producer Link.exe” config --help"

Use the following command to configure a project for Producer Link:

  • Mac OS: ./Producer\ Link config --set-project project_name

  • Windows: “Producer Link.exe” config --set-project project_name

Most of the time, the project name will be main_project. If you created a different project (not the environment, but Producer project), use that project name.