Skip to content

Conversation

shwstppr
Copy link
Contributor

This fixes the issue where the map response was showing as a list after #164

Before:

(simulator) 🐱 > create project name=fafafd0sasds filter=id,name
project:
+--------------------------------------+--------------+
|                  ID                  |     NAME     |
+--------------------------------------+--------------+
| 79239118-b454-4c6e-a81a-9f81009859de | fafafd0sasds |
+--------------------------------------+--------------+
(simulator) 🐱 > set output json
(simulator) 🐱 > create project name=fafa0sasds filter=id,name
{
  "project": [
    {
      "id": "d30ca4b9-41a9-4138-9d9c-84a7a1a9cb39",
      "name": "fafa0sasds"
    }
  ]
}

After:

(simulator) 🐱 > create project name=fafafdsasds filter=id,name
{
  "project": {
    "id": "05d92d6e-cfb2-4133-80f1-285b230ee97c",
    "name": "fafafdsasds"
  }
}
(simulator) 🐱 > set output table
(simulator) 🐱 > create project name=fafafd1sasds filter=id,name
project:
+--------------------------------------+--------------+
|                  ID                  |     NAME     |
+--------------------------------------+--------------+
| 597a77b4-22ed-4ef5-95f5-1a009513f224 | fafafd1sasds |
+--------------------------------------+--------------+

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Copy link

✅ Build complete for PR #179.

🔗 Download the cmk binaries (expires on August 21, 2025)

@rohityadavcloud rohityadavcloud added this to the 6.5.0 milestone Aug 11, 2025
@rohityadavcloud rohityadavcloud merged commit f4a900a into apache:main Aug 11, 2025
4 checks passed
shwstppr added a commit to shwstppr/cloudstack-cloudmonkey that referenced this pull request Aug 13, 2025
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants