Skip to content

[Bug]: dab update truncates field descriptions at commas #3576

@JerryNixon

Description

@JerryNixon

Expected

Quoted field descriptions should preserve commas.

dab update ServerInventory \
  --fields.name Environment \
  --fields.description "Deployment environment: Prod, Dev, Test, or UAT"

Expected config:

"description": "Deployment environment: Prod, Dev, Test, or UAT"

Actual

The description is truncated at the first comma.

"description": "Deployment environment: Prod"

This makes the CLI unreliable for scripting realistic descriptions, especially descriptions that list valid values.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions