@mightybot/mbcli 0.6.34-rc.2682 → 0.6.35-rc.2700

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/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -139,7 +139,7 @@ mb surface step # step-level detail
139
139
  |---|---|
140
140
  | `mb workflow list` | List workflow definitions. |
141
141
  | `mb workflow inspect <id>` | Show a definition's full configuration. |
142
- | `mb workflow create` / `update` / `duplicate` / `delete` | Manage definitions. |
142
+ | `mb workflow create` / `update` / `duplicate` / `delete` | Manage definitions. `delete` is a soft delete: it suspends the workflow (`SUSPENDED`) and requires `--yes`; the definition is retained. |
143
143
  | `mb workflow export <id>` | Write a definition's config to a local file (for diffing/backup). |
144
144
  | `mb workflow fork <id> --target-org <id-or-name>` | Copy a workflow into another organization you administer. Stages a background job. |
145
145
  | `mb workflow export-job <job_id>` | Check one copy job. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mightybot/mbcli",
3
- "version": "0.6.34-rc.2682",
3
+ "version": "0.6.35-rc.2700",
4
4
  "description": "MightyBot mb CLI and local MCP server",
5
5
  "bin": {
6
6
  "mb": "bin/mb.js"
@@ -15,11 +15,11 @@
15
15
  "license": "UNLICENSED",
16
16
  "private": false,
17
17
  "optionalDependencies": {
18
- "@mightybot/mbcli-darwin-arm64": "0.6.34-rc.2682",
19
- "@mightybot/mbcli-darwin-x64": "0.6.34-rc.2682",
20
- "@mightybot/mbcli-linux-x64": "0.6.34-rc.2682",
21
- "@mightybot/mbcli-linux-arm64": "0.6.34-rc.2682",
22
- "@mightybot/mbcli-win32-x64": "0.6.34-rc.2682"
18
+ "@mightybot/mbcli-darwin-arm64": "0.6.35-rc.2700",
19
+ "@mightybot/mbcli-darwin-x64": "0.6.35-rc.2700",
20
+ "@mightybot/mbcli-linux-x64": "0.6.35-rc.2700",
21
+ "@mightybot/mbcli-linux-arm64": "0.6.35-rc.2700",
22
+ "@mightybot/mbcli-win32-x64": "0.6.35-rc.2700"
23
23
  },
24
24
  "homepage": "https://mightybot.ai"
25
25
  }