UNPKG
@arizeai/phoenix-cli
Version:
latest (0.0.4)
0.0.4
0.0.1
A command-line interface for Phoenix
@arizeai/phoenix-cli
/
src
/
index.ts
8 lines
(5 loc)
•
121 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
#!/usr/bin/env node
// Phoenix CLI Entry Point
import
{ main }
from
"./cli"
;
// Run CLI when executed directly
main
();