clawdock 0.2.5 → 0.2.6
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -47,7 +47,7 @@ async function apiRequest(method, endpoint, body, isForm) {
|
|
|
47
47
|
return res.json();
|
|
48
48
|
}
|
|
49
49
|
var program = new Command();
|
|
50
|
-
program.name("clawdock").description("ClawDock \u2014 the agent registry").version(PKG_VERSION, "-
|
|
50
|
+
program.name("clawdock").description("ClawDock \u2014 the agent registry").version(PKG_VERSION, "-V, --version");
|
|
51
51
|
program.command("login").description("Authenticate with ClawDock").option("--api-key <key>", "API key").option("--registry <url>", "Registry URL").action(async (opts) => {
|
|
52
52
|
const config = loadConfig();
|
|
53
53
|
if (opts.apiKey) {
|