Skip to content

TPT-3719: Fixed bug causing deeply nested object lists to be improperly displayed - #925

Open
ezilber-akamai wants to merge 2 commits into
linode:devfrom
ezilber-akamai:TPT-3719-fix-help-output-for-nested-object-array
Open

TPT-3719: Fixed bug causing deeply nested object lists to be improperly displayed#925
ezilber-akamai wants to merge 2 commits into
linode:devfrom
ezilber-akamai:TPT-3719-fix-help-output-for-nested-object-array

Conversation

@ezilber-akamai

@ezilber-akamai ezilber-akamai commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

📝 Description

Output of --help would incorrectly display deeply nested lists of objects. For example,

linode-cli lke cluster-create --help showed

--node_pools.taints (JSON, conflicts with children): 
      --node_pools.taints.effect (required): The Kubernetes taint effect.
      --node_pools.taints.key (required): The Kubernetes taint key.
      --node_pools.taints.value (required): The Kubernetes taint value.

instead of

--node_pools.taints (JSON):

✔️ How to Test

Check out this PR locally and run make install

Then run:
make test-unit
make test-int

@ezilber-akamai
ezilber-akamai requested review from a team as code owners September 11, 2026 18:14
@ezilber-akamai ezilber-akamai added the bugfix for any bug fixes in the changelog. label Sep 11, 2026
@ezilber-akamai
ezilber-akamai requested review from jriddle-linode and mawilk90 and removed request for a team September 11, 2026 18:14
@ezilber-akamai
ezilber-akamai requested a lite review from Copilot and removed request for jriddle-linode and mawilk90 September 11, 2026 18:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@ezilber-akamai
ezilber-akamai requested review from a team, mawilk90 and yec-akamai and removed request for a team September 11, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix for any bug fixes in the changelog.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants