@clawops/cli 1.2.0 → 1.3.0

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.
@@ -1,8 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  buildContext
4
- } from "./chunk-ACYJBSLJ.js";
5
- import "./chunk-BRPU7AQC.js";
4
+ } from "./chunk-JDN6PLH2.js";
5
+ import "./chunk-A2I76FTA.js";
6
6
  import "./chunk-CX5SL5HP.js";
7
7
  import "./chunk-KGXPLI7W.js";
8
8
  export {
@@ -2,10 +2,10 @@
2
2
  import {
3
3
  generatePlan,
4
4
  planId
5
- } from "./chunk-QMXM2SMO.js";
5
+ } from "./chunk-ZDPBBYYV.js";
6
6
  import "./chunk-YTH4L2GN.js";
7
- import "./chunk-ACYJBSLJ.js";
8
- import "./chunk-BRPU7AQC.js";
7
+ import "./chunk-JDN6PLH2.js";
8
+ import "./chunk-A2I76FTA.js";
9
9
  import "./chunk-CX5SL5HP.js";
10
10
  import "./chunk-KGXPLI7W.js";
11
11
  export {
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ MCP_APPS,
4
+ buildMcpEntry,
5
+ writeAppConfigs
6
+ } from "./chunk-OIGTOLB3.js";
7
+ export {
8
+ MCP_APPS,
9
+ buildMcpEntry,
10
+ writeAppConfigs
11
+ };
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ listOverlays,
4
+ loadOverlay,
5
+ saveOverlay
6
+ } from "./chunk-6ZFIFDBJ.js";
7
+ export {
8
+ listOverlays,
9
+ loadOverlay,
10
+ saveOverlay
11
+ };
@@ -2,7 +2,7 @@
2
2
 
3
3
  // package.json
4
4
  var name = "@clawops/cli";
5
- var version = "1.2.0";
5
+ var version = "1.3.0";
6
6
  var description = "Deploy and manage self-hosted OpenClaw instances across clouds";
7
7
  var type = "module";
8
8
  var bin = {
@@ -1,17 +1,18 @@
1
1
  #!/usr/bin/env node
2
+ import {
3
+ extractBaseOutputs
4
+ } from "./chunk-3QJBNAHW.js";
2
5
  import {
3
6
  generatePlan
4
- } from "./chunk-QMXM2SMO.js";
7
+ } from "./chunk-ZDPBBYYV.js";
5
8
  import {
6
9
  applyPlan
7
- } from "./chunk-LU63NZD3.js";
10
+ } from "./chunk-JCUZU5BH.js";
8
11
  import {
9
12
  validatePlan
10
13
  } from "./chunk-YTH4L2GN.js";
14
+ import "./chunk-6ZFIFDBJ.js";
11
15
  import "./chunk-BOPSG2LI.js";
12
- import {
13
- extractBaseOutputs
14
- } from "./chunk-3QJBNAHW.js";
15
16
  import {
16
17
  errText,
17
18
  handleConfigGet,
@@ -20,17 +21,17 @@ import {
20
21
  handleConfigValidate,
21
22
  okText,
22
23
  resolveConn
23
- } from "./chunk-QJ6ERXHN.js";
24
+ } from "./chunk-LVIIYY27.js";
24
25
  import {
25
26
  buildContext
26
- } from "./chunk-ACYJBSLJ.js";
27
- import "./chunk-BRPU7AQC.js";
27
+ } from "./chunk-JDN6PLH2.js";
28
28
  import {
29
29
  acquireSession,
30
30
  drainPool
31
31
  } from "./chunk-ZVOEQCNW.js";
32
32
  import "./chunk-4U3LTLWZ.js";
33
33
  import "./chunk-UDNZUSKA.js";
34
+ import "./chunk-A2I76FTA.js";
34
35
  import {
35
36
  getConfig,
36
37
  getConfigDir
@@ -613,7 +614,7 @@ async function handleUp(input, server) {
613
614
  );
614
615
  }
615
616
  const { localOpts } = stackConfig;
616
- const { localBootstrap } = await import("./bootstrap-UYCOEJQX.js");
617
+ const { localBootstrap } = await import("./bootstrap-G4UZ2FKH.js");
617
618
  const ac = new AbortController();
618
619
  const state = await localBootstrap({
619
620
  host: localOpts.host,
@@ -1231,7 +1232,7 @@ If none of the above resolves the issue:
1231
1232
 
1232
1233
  // src/mcp/server.ts
1233
1234
  async function serveMcp(opts) {
1234
- const { version } = await import("./package-3JZ767DN.js");
1235
+ const { version } = await import("./package-AFUTH62F.js");
1235
1236
  const server = new McpServer({ name: "clawops", version });
1236
1237
  registerTools(server, opts);
1237
1238
  registerResources(server);
@@ -0,0 +1,17 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ localStateToConnectionInfo,
4
+ readLocalState,
5
+ stateDir,
6
+ statePath,
7
+ writeLocalState
8
+ } from "./chunk-A2I76FTA.js";
9
+ import "./chunk-CX5SL5HP.js";
10
+ import "./chunk-KGXPLI7W.js";
11
+ export {
12
+ localStateToConnectionInfo,
13
+ readLocalState,
14
+ stateDir,
15
+ statePath,
16
+ writeLocalState
17
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clawops/cli",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "description": "Deploy and manage self-hosted OpenClaw instances across clouds",
5
5
  "type": "module",
6
6
  "bin": {