UNPKG

@arizeai/phoenix-cli

Version:

A command-line interface for Phoenix

8 lines 242 B
#!/usr/bin/env node "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Phoenix CLI Entry Point const cli_1 = require("./cli"); // Run CLI when executed directly (0, cli_1.main)(); //# sourceMappingURL=index.js.map