@orth/cli 0.2.8 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -86,6 +86,7 @@ apiGroup
86
86
  }));
87
87
  apiGroup
88
88
  .command("show <slug> [path]")
89
+ .alias("info")
89
90
  .description("Show API endpoints or endpoint details")
90
91
  .option("--x402", "Output x402 payment URL only")
91
92
  .option("--x402-full", "Output full x402 payment details")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orth/cli",
3
- "version": "0.2.8",
3
+ "version": "0.2.9",
4
4
  "description": "CLI to access all APIs and skills on the Orthogonal platform",
5
5
  "main": "dist/index.js",
6
6
  "bin": {