README.md•723 B
# @arizeai/phoenix-cli
A command-line interface for [Arize Phoenix](https://github.com/Arize-ai/phoenix).
> **Note:** This package is currently under development and not yet ready for use.
## Installation
```bash
# Install globally
npm install -g @arizeai/phoenix-cli
# Or use with npx
npx @arizeai/phoenix-cli
```
## Usage
```bash
# View help
phoenix-cli --help
# TODO: Add usage examples here
```
## Commands
> **Coming Soon:** Commands will be added to interact with Phoenix prompts, datasets, experiments, and more.
## Development
This package is part of the Phoenix monorepo and uses the existing `@arizeai/phoenix-client` library.
### Building
```bash
pnpm build
```
### Testing
```bash
pnpm test
```