UNPKG
@arizeai/phoenix-cli
Version:
latest (0.0.4)
0.0.4
0.0.1
A command-line interface for Phoenix
@arizeai/phoenix-cli
/
dist
/
esm
/
index.js
6 lines
•
155 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
// Phoenix CLI Entry Point
import
{ main }
from
"./cli.js"
;
// Run CLI when executed directly
main
();
//# sourceMappingURL=index.js.map