@localskills/cli 0.1.4 → 0.1.5
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.js +0 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2288,10 +2288,6 @@ var installCommand = new Command2("install").description("Install a skill locall
|
|
|
2288
2288
|
const explicitScope = opts.global ? "global" : opts.project !== void 0 ? "project" : null;
|
|
2289
2289
|
const explicitMethod = opts.copy ? "copy" : opts.symlink ? "symlink" : null;
|
|
2290
2290
|
if (!slugArg) {
|
|
2291
|
-
if (!client.isAuthenticated()) {
|
|
2292
|
-
console.error("Not authenticated. Run `localskills login` first.");
|
|
2293
|
-
process.exit(1);
|
|
2294
|
-
}
|
|
2295
2291
|
const spinner2 = bt2();
|
|
2296
2292
|
spinner2.start("Fetching available skills...");
|
|
2297
2293
|
const res2 = await client.get("/api/skills");
|