JSPM

novita-sandbox-cli-v1

1.1.0b5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q36298F
  • License MIT

CLI for managing Novita Agent Sandbox templates

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-cli

    2. Authenticate

    novita-sandbox-cli auth login

    [!NOTE] To authenticate without the ability to open the browser, provide NOVITA_ACCESS_TOKEN as 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 between NOVITA_ACCESS_TOKEN and NOVITA_API_KEY.

    3. Check out docs

    Visit our CLI documentation to learn more.