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
/
commands
/
index.ts
8 lines
(6 loc)
•
201 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
// Command exports
// This file will export all available CLI commands
//
TODO:
Add command exports here
// export * from "./prompts";
// export * from "./datasets";
// export * from "./experiments";