JSPM

@apollo-ai/cli

1.0.18
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 3
    • Score
      100M100P100Q62594F
    • License ISC

    Apollo AI Command Line Interface

    Package Exports

    • @apollo-ai/cli
    • @apollo-ai/cli/dist/index.js

    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 (@apollo-ai/cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Apollo AI CLI

    The official command-line interface for Apollo AI.

    Installation

    npm install -g @apollo-ai/cli

    Usage

    Authenticate with your Apollo AI instance:

    apollo login

    Start a chat session:

    apollo chat

    Development

    1. Clone the repository
    2. Install dependencies: npm install
    3. Build the project: npm run build
    4. Link locally: npm link