@dench.com/cli 2.2.4 → 2.2.5

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/crm.ts +5 -1
  2. package/package.json +1 -1
package/crm.ts CHANGED
@@ -2755,10 +2755,14 @@ Fields (columns):
2755
2755
  Appends <value> to the field's enumValues. --color is a hex like
2756
2756
  "#22c55e"; --position is a 0-based insertion index (defaults to append).
2757
2757
  Idempotent: re-adding an existing value only updates its color when given.
2758
+ For a board-backed Status/Stage field this also creates the matching
2759
+ kanban column (positioned to match), so you do NOT need a separate
2760
+ "statuses set" call.
2758
2761
  dench crm fields enum-remove <object> <field> <value>
2759
2762
  Removes the value from the option list. Historical entry rows that held
2760
2763
  <value> keep the literal string (the badge falls back to the default
2761
- tint), matching Notion's "remove option, keep history" semantics.
2764
+ tint), matching Notion's "remove option, keep history" semantics. A
2765
+ matching kanban column is removed too.
2762
2766
  dench crm fields enum-rename <object> <field> <oldValue> <newValue>
2763
2767
  Renames the option AND rewrites every entry that referenced the old
2764
2768
  value (bounded to 1000 rows per call) AND renames matching crmStatuses.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dench.com/cli",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "Dench agent workspace CLI. v2 unifies auth behind `dench signin`; the legacy `dench login` / `dench onboard` / `dench setup` / `dench what-can-i-do` / `dench register` commands now error with a redirect.",
5
5
  "type": "module",
6
6
  "bin": {