The start command allows you to specify a command that will be already running when you spawn your custom sandbox. This way, you can for example have running servers or seeded databases inside the sandbox that are already fully ready when you spawn the sandbox using the SDK and with zero waiting time for your users during the runtime. The idea behind the start command feature is to lower the wait times for your users and have everything ready for your users when you spawn your sandbox. You can see how it works here.Documentation Index
Fetch the complete documentation index at: https://novita.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
How to add start command
When you are building a sandbox template you can specify the start command by using the-c option:
Bash
Sandbox template config
You can specify the start command also inside thenovita.toml in the same directory where you run novita-sandbox-cli template build.
Toml
Logs
You can retrieve the start command’s logs using the CLI during runtime.These logs are the logs from the start command during the build phase.
Bash