shwstppr opened a new pull request, #179:
URL: https://github.com/apache/cloudstack-cloudmonkey/pull/179

   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 |
   +--------------------------------------+--------------+
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to