Accessing Setup Commands
To configure setup commands for a repository:- Navigate to codegen.com/repos.
- Click on the desired repository from the list.
- You will be taken to the repository’s settings page. The setup commands can be found at a URL similar to
https://codegen.com/{your_org}/{repo_name}/settings/setup-commands(the exact URL structure might vary slightly, look for a “Setup Commands” or “Sandbox Configuration” section).

Set setup commands at codegen.com/repos
How it Works
Enter your desired setup commands in the provided text area, with one command per line. These commands will be executed in sequence within the sandbox environment. For example, you might want to:- Switch to a specific Node.js version.
- Install project dependencies.
- Run any necessary build steps or pre-compilation tasks.
Common Examples
Here are a few common use cases for setup commands:Ensure your setup commands are non-interactive and can run to completion
without user input.