UNPKG

@arizeai/phoenix-cli

Version:

A command-line interface for Phoenix

6 lines 155 B
#!/usr/bin/env node // Phoenix CLI Entry Point import { main } from "./cli.js"; // Run CLI when executed directly main(); //# sourceMappingURL=index.js.map