@orth/cli 0.2.14 → 0.2.15

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
@@ -214,6 +214,7 @@ skillsGroup
214
214
  }));
215
215
  skillsGroup
216
216
  .command("add <slug>")
217
+ .alias("install")
217
218
  .description("Add a skill to your local agent skills directories")
218
219
  .option("--agent <agent>", "Install for specific agent only (cursor, claude, copilot)")
219
220
  .action(asyncAction(async (slug, options) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orth/cli",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "description": "CLI to access all APIs and skills on the Orthogonal platform",
5
5
  "main": "dist/index.js",
6
6
  "bin": {