Pearl1594 edited a comment on issue #98: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/98#issuecomment-930802636
@sureshanaparti We could probably look at improving this in the next release of cmk - however, the reason behind this behavior is that when CloudMonkey tries to find the most appropriate list API that can be used to populate the values of `id` - it finds more than one, and hence, doesn't autocomplete the argument's values. For example: this is what is seen in debug mode: ``` (test) 🐱 > update storagecapabilities id=l[debug] Possible related noun for the arg: storagecapabilitiess and type: uuid [debug] Finding possible API that have: id related APIs: [cancelStorageMaintenance createStoragePool enableStorageMaintenance findStoragePoolsForMigration syncStoragePool updateStorageCapabilities] [debug] Found possible API: listCAProviders [debug] Found possible API: listHostHAProviders [debug] Found possible API: listNetworkServiceProviders [debug] Found possible API: listStorageProviders (test) 🐱 > update storagecapabilities id= ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
