Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (novita-sandbox-cli-v1) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Novita Agent Sandbox CLI
This CLI tool allows you to build manager your running Novita Agent Sandbox and sandbox templates. Learn more in our documentation.
1. Install the CLI
Using NPM
npm install -g novita-sandbox-cli2. Authenticate
novita-sandbox-cli auth login[!NOTE] To authenticate without the ability to open the browser, provide
NOVITA_ACCESS_TOKENas an environment variable. You can find your token in Account Settings under the Team selector at novita.ai/console. Then use the CLI like this:NOVITA_ACCESS_TOKEN=sk_... novita-sandbox-cli template build.
[!IMPORTANT]
Note the distinction betweenNOVITA_ACCESS_TOKENandNOVITA_API_KEY.
3. Check out docs
Visit our CLI documentation to learn more.