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
/
commands
/
index.js
8 lines
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
// Command exports
// This file will export all available CLI commands
//
TODO:
Add command exports here
// export * from "./prompts";
// export * from "./datasets";
// export * from "./experiments";
//# sourceMappingURL=index.js.map