@clawops/cli 1.7.3 → 1.7.4

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.
@@ -45,7 +45,7 @@ async function generatePlan(intent, _opts) {
45
45
  "plan/apply is not supported for the local provider. Use `clawops up` directly."
46
46
  );
47
47
  }
48
- const { version } = await import("./package-QE7V2JAT.js");
48
+ const { version } = await import("./package-3RCGT5UR.js");
49
49
  const config = getConfig();
50
50
  const instanceType = intent.instanceType ?? "small";
51
51
  const { guardOpenclawVersion, defaultOpenclawVersion } = await import("./version-guard-MZAO4KHS.js");
package/dist/cli.js CHANGED
@@ -495,7 +495,7 @@ var plan_default = defineCommand5({
495
495
  },
496
496
  async run({ args }) {
497
497
  const { buildContext } = await import("./context-5LCUG2QR.js");
498
- const { generatePlan } = await import("./generate-6E7J6BTM.js");
498
+ const { generatePlan } = await import("./generate-DYNAQRD7.js");
499
499
  const ctx = buildContext(args);
500
500
  if (ctx.adapter.name === "local") {
501
501
  throw new UsageError(
@@ -1907,7 +1907,7 @@ var serveCmd = defineCommand17({
1907
1907
  inspector: { type: "boolean", description: "Enable MCP inspector" }
1908
1908
  },
1909
1909
  async run({ args }) {
1910
- const { serveMcp } = await import("./server-L22AJQZO.js");
1910
+ const { serveMcp } = await import("./server-7TEMRTRY.js");
1911
1911
  await serveMcp({
1912
1912
  port: args.http ? Number(args.http) : void 0,
1913
1913
  bind: args.bind,
@@ -3527,7 +3527,7 @@ import { accessSync as accessSync2, constants as constants2 } from "fs";
3527
3527
  import { execSync as execSync2 } from "child_process";
3528
3528
  var ISSUES_URL = `${REPO_URL}/issues/new`;
3529
3529
  var BODY_CAP = 2e3;
3530
- var VERSION = true ? "1.7.3" : "dev";
3530
+ var VERSION = true ? "1.7.4" : "dev";
3531
3531
  async function collectContext() {
3532
3532
  const nodeVersion = process22.version;
3533
3533
  const os3 = `${process22.platform} ${process22.arch}`;
@@ -3767,11 +3767,12 @@ function handleError(err) {
3767
3767
  }
3768
3768
 
3769
3769
  // src/cli/index.ts
3770
+ var CLI_VERSION = true ? "1.7.4" : "dev";
3770
3771
  var main = defineCommand23({
3771
3772
  meta: {
3772
3773
  name: "clawops",
3773
3774
  description: "Deploy and manage self-hosted OpenClaw instances across clouds",
3774
- version: "0.2.0"
3775
+ version: CLI_VERSION
3775
3776
  },
3776
3777
  args: {
3777
3778
  stack: { type: "string", description: "Target named stack (default from config)" },
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  generatePlan,
4
4
  planId
5
- } from "./chunk-NESXDU5F.js";
5
+ } from "./chunk-OPUM3FDW.js";
6
6
  import "./chunk-6X45DDGH.js";
7
7
  import "./chunk-P5LKWRPL.js";
8
8
  import "./chunk-PVUVI35Y.js";
@@ -2,7 +2,7 @@
2
2
 
3
3
  // package.json
4
4
  var name = "@clawops/cli";
5
- var version = "1.7.3";
5
+ var version = "1.7.4";
6
6
  var description = "Deploy and manage self-hosted OpenClaw instances across clouds";
7
7
  var type = "module";
8
8
  var bin = {
@@ -19,6 +19,7 @@ var repository = {
19
19
  type: "git",
20
20
  url: "git+https://github.com/dfridkin/clawops.git"
21
21
  };
22
+ var homepage = "https://clawops.fyi";
22
23
  var mcpName = "io.github.dfridkin/clawops";
23
24
  var publishConfig = {
24
25
  access: "public",
@@ -102,6 +103,7 @@ var package_default = {
102
103
  exports,
103
104
  files,
104
105
  repository,
106
+ homepage,
105
107
  mcpName,
106
108
  publishConfig,
107
109
  engines,
@@ -120,6 +122,7 @@ export {
120
122
  engines,
121
123
  exports,
122
124
  files,
125
+ homepage,
123
126
  mcpName,
124
127
  name,
125
128
  packageManager,
@@ -9,7 +9,7 @@ import {
9
9
  } from "./chunk-3QJBNAHW.js";
10
10
  import {
11
11
  generatePlan
12
- } from "./chunk-NESXDU5F.js";
12
+ } from "./chunk-OPUM3FDW.js";
13
13
  import {
14
14
  validatePlan
15
15
  } from "./chunk-6X45DDGH.js";
@@ -1307,7 +1307,7 @@ If none of the above resolves the issue:
1307
1307
 
1308
1308
  // src/mcp/server.ts
1309
1309
  async function serveMcp(opts) {
1310
- const { version } = await import("./package-QE7V2JAT.js");
1310
+ const { version } = await import("./package-3RCGT5UR.js");
1311
1311
  const server = new McpServer({ name: "clawops", version });
1312
1312
  registerTools(server, opts);
1313
1313
  registerResources(server);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawops/cli",
3
- "version": "1.7.3",
3
+ "version": "1.7.4",
4
4
  "description": "Deploy and manage self-hosted OpenClaw instances across clouds",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,6 +17,7 @@
17
17
  "type": "git",
18
18
  "url": "git+https://github.com/dfridkin/clawops.git"
19
19
  },
20
+ "homepage": "https://clawops.fyi",
20
21
  "mcpName": "io.github.dfridkin/clawops",
21
22
  "publishConfig": {
22
23
  "access": "public",