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
/
src
/
index.js
8 lines
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
#!/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