@newpeak/barista-cli 0.1.742 → 0.1.745

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newpeak/barista-cli",
3
- "version": "0.1.742",
3
+ "version": "0.1.745",
4
4
  "description": "AI Tools CLI for Liberica and Arabica services",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "_metadata": {
3
- "generatedAt": "2026-06-14T00:42:54.395Z",
3
+ "generatedAt": "2026-06-14T03:14:58.369Z",
4
4
  "source": "src/commands/",
5
5
  "generator": "src/skills/barista-cli/scripts/generate.ts"
6
6
  },
@@ -338,7 +338,8 @@
338
338
  "create": {
339
339
  "description": "Create a new material (optional --code, auto-generated if not specified)",
340
340
  "json": true,
341
- "dry-run": true
341
+ "dry-run": true,
342
+ "force": true
342
343
  },
343
344
  "delete": {
344
345
  "description": "Delete a material",
@@ -553,7 +554,8 @@
553
554
  "create": {
554
555
  "description": "Create a new supplier (auto-generates supplier code)",
555
556
  "json": true,
556
- "dry-run": true
557
+ "dry-run": true,
558
+ "force": true
557
559
  },
558
560
  "delete": {
559
561
  "description": "Delete a supplier",
@@ -1,5 +1,5 @@
1
1
  # ★ 自动生成。修改源码后重新生成:npm run generate-skills-data
2
- # ★ 生成时间: 2026-06-14T00:42:54.402Z
2
+ # ★ 生成时间: 2026-06-14T03:14:58.378Z
3
3
 
4
4
  global:
5
5
  # ── 全局 ──
@@ -219,7 +219,7 @@ liberica:
219
219
  commands:
220
220
  create:
221
221
  description: "Create a new material (optional --code, auto-generated if not specified)"
222
- options: [--json, --dry-run]
222
+ options: [--json, --dry-run, --force]
223
223
  delete:
224
224
  description: "Delete a material"
225
225
  options: [--json, --force]
@@ -351,7 +351,7 @@ liberica:
351
351
  commands:
352
352
  create:
353
353
  description: "Create a new supplier (auto-generates supplier code)"
354
- options: [--json, --dry-run]
354
+ options: [--json, --dry-run, --force]
355
355
  delete:
356
356
  description: "Delete a supplier"
357
357
  options: [--json, --force]