@agenttrace-io/cli 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +11 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1850 -0
- package/dist/index.js.map +1 -0
- package/package.json +46 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
/**
|
|
3
|
+
* AgentTrace CLI
|
|
4
|
+
* Command-line interface for querying traces, runs, stats and exports
|
|
5
|
+
*/
|
|
6
|
+
export declare const VERSION = "0.1.0";
|
|
7
|
+
/** Published npm package name. */
|
|
8
|
+
export declare const PACKAGE_NAME = "@agenttrace-io/cli";
|
|
9
|
+
declare function main(): void | Promise<void>;
|
|
10
|
+
export { main };
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA;;;GAGG;AAsBH,eAAO,MAAM,OAAO,UAAU,CAAC;AAE/B,kCAAkC;AAClC,eAAO,MAAM,YAAY,uBAAuB,CAAC;AA64DjD,iBAAS,IAAI,IAAI,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAapC;AAqBD,OAAO,EAAE,IAAI,EAAE,CAAC"}
|