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/cliUsage
Authenticate with your Apollo AI instance:
apollo loginStart a chat session:
apollo chatDevelopment
- Clone the repository
- Install dependencies:
npm install - Build the project:
npm run build - Link locally:
npm link