1. 17561b6 api: fix linting issue and order by filter keys by Rohit Yadav · 6 years ago
  2. 7e2aae2 config: allow custom prompt by Rohit Yadav · 6 years ago
  3. 463384e vendor: add missing go-runewidth dependency by Rohit Yadav · 6 years ago
  4. 5622137 api: wip refactor output code, using output type, response and filter opts by Rohit Yadav · 6 years ago
  5. 9476afa help: don't display the 'fake' filter option in api help doc by Rohit Yadav · 6 years ago
  6. 95bb688 set: display server profile details when profile is `set` by Rohit Yadav · 6 years ago
  7. 48cda52 completer: use response keys to show filter options by Rohit Yadav · 6 years ago
  8. 1a06716 cache: add API response keys in API cache for filter options by Rohit Yadav · 6 years ago
  9. cb70f1f cmd: introduce poc text and table outputs by Rohit Yadav · 6 years ago
  10. e83ce7f cmk: fix presentational issues by Rohit Yadav · 6 years ago
  11. d0b58be client: implement login based API calls, simplify config by Rohit Yadav · 6 years ago
  12. 3584ac0 set: autocompletion for set parameters by Rohit Yadav · 6 years ago
  13. 15697d8 help: fix help to work with -h and help <api> by Rohit Yadav · 6 years ago
  14. 0eb9c6b lint: introduce lint and fix lint issues by Rohit Yadav · 6 years ago
  15. 88fcf8f prompt: emoji-roulette on new shell by Rohit Yadav · 6 years ago
  16. 86b9e4a about: add separate go file for cli name, version by Rohit Yadav · 6 years ago
  17. ed77ec0 config: implement ini based config same as legacy cloudmonkey by Rohit Yadav · 6 years ago
  18. 351fb28 vendor: merge readline forks, add go-ini for config management by Rohit Yadav · 6 years ago
  19. fa6d97b docs: display better formatted help with 80char width by Rohit Yadav · 6 years ago
  20. 6027bf7 travis: enable travis for build checks by Rohit Yadav · 6 years ago
  21. 3f2ce75 config: use a cross-platform compatible monkey emoji by Rohit Yadav · 6 years ago
  22. c453cc9 cmk: on error return non-zero exit code by Rohit Yadav · 6 years ago
  23. 49d5d1e cli: improve docs output by Rohit Yadav · 6 years ago
  24. 06b38b7 cli: improve selector and autocompletion by Rohit Yadav · 6 years ago
  25. ff373cd cli: implement auto-completion for apis by Rohit Yadav · 6 years ago
  26. c4ff588 vendor: introduce vendoring and build system by Rohit Yadav · 6 years ago
  27. a6fb80d cloudmonkey: initial Go port (cmk) by Rohit Yadav · 6 years ago
  28. 7b55fb4 cloudmonkey: purge legacy files by Rohit Yadav · 6 years ago
  29. 721cc26 cloudmonkey: update precache against latest CloudStack master by Rohit Yadav · 7 years ago
  30. 319c2dc Merge pull request #13 from phillipkent/fix_bug_windows_readline by Rohit Yadav · 8 years ago 5.3.3
  31. 3d9d779 fix bug in using readline in Windows by Phillip Kent · 8 years ago
  32. 38b68fb Merge pull request #11 from phillipkent/fix_urllib_quote_plus by Rohit Yadav · 8 years ago
  33. 305ce29 README: add pip install method using git repo by Rohit Yadav · 8 years ago
  34. 20910ff Merge pull request #12 from 'waegemae/master' by Rohit Yadav · 8 years ago
  35. f7d0437 CHANGES: update changes file by Rohit Yadav · 8 years ago
  36. 5c7f906 cloudmonkey: print csv rows based on what's available by Rohit Yadav · 8 years ago
  37. b463216 cloudmonkey: manually print csv header by Rohit Yadav · 8 years ago
  38. 47c2698 Summary: Allow 'sync' as a verb without overriding the cloudmonkey sync implementation by Eric Waegeman · 8 years ago
  39. 32b110a cloudmonkey: return autocompletion suggestions sorted by name by Rohit Yadav · 8 years ago
  40. f5c7c69 cloudmonkey: zsh styled history invocation using ! by Rohit Yadav · 8 years ago
  41. 46b84a6 Update requester.py by Phillip Kent · 8 years ago
  42. ae8020b cloudmonkey: add new command history to see history by Rohit Yadav · 8 years ago
  43. 653dcca Revert "Fix some parameters are double encoded" by Rohit Yadav · 9 years ago 5.3.2
  44. 1bc53d2 CHANGES: update changes since 5.3.1 by Rohit Yadav · 9 years ago
  45. b79ba17 cloudmonkey: update precache by Rohit Yadav · 9 years ago
  46. c759162 CHANGES: update changelog wrt 5.3.2 by Rohit Yadav · 9 years ago
  47. 641b1b6 FIX responses /contain/ word "response", but may not exactly match by Nuno Tavares · 9 years ago
  48. 242b8e7 requester: handle error when no response is found in the API response by Rohit Yadav · 9 years ago
  49. b3f276d remove whitespace. This close #7 by pdion891 · 9 years ago
  50. def2d03 remove docker.io from image path, update doc by Pierre-Luc Dion · 9 years ago
  51. 5a91b0a cleanup, remove commented lines by Pierre-Luc Dion · 9 years ago
  52. 7b21d1d Update contribution howto, add Docker howto by Pierre-Luc Dion · 9 years ago
  53. f0b840a build cloudmonkey at docker build by Pierre-Luc Dion · 9 years ago
  54. 738fba6 initial Dockerization files by Pierre-Luc Dion · 9 years ago
  55. 4d656ed cloudmonkey: aggregate keys from response items to print table's header by Rohit Yadav · 9 years ago
  56. fda3102 cloudmonkey: fix csv output to correctly output UTF8 strings by Rohit Yadav · 9 years ago
  57. 3d9dfae CHANGES: add note on csv output display by Rohit Yadav · 9 years ago
  58. 4e71dd9 cloudmonkey: add a new output format CSV by Rohit Yadav · 9 years ago
  59. a7a1db6 cloudmonkey: pep8-tify code by Rohit Yadav · 9 years ago
  60. 758597c Provide signatureversion as config.option for backward compatibility; by Nuno Tavares · 9 years ago
  61. 6bd9239 FIX some parameters are double encoded (UI uses javascript to encode on the fly, see ui/scripts/accounts.js:1852), such as registerSSHKeyPair/publickey. I did a quick search for other cases, bu there may be more parameters. by Nuno Tavares · 9 years ago
  62. 830858a FIX split for paramter=value where value could be anything. An example case where value can contain the "=" sign: registerSSHKeyPair (publickey) by Nuno Tavares · 9 years ago
  63. a78a0d2 cloudmonkey: send better error messages if none if sent in headers by Rohit Yadav · 9 years ago
  64. 3023ace In the specific case of a "create networkoffering" with no services, the parameter 'supportedservices' gets stripped off because it's empty. However, the API requires it as mandatatory - and yes, the UI allows you to create a n.o. with no services. by Nuno Tavares · 9 years ago
  65. 4a982dd Fix KeyError: 'TERM' when no TERM exist by Hiroshi Miura · 9 years ago
  66. 1035755 cloudmonkey: bump up version to 5.3.2 for next release by Rohit Yadav · 9 years ago
  67. c0d7343 CLOUDSTACK-8396: Add a new XML display output mode by Rohit Yadav · 9 years ago
  68. 6ac7f86 cloudmonkey: for https requests use TLSv1 by Rohit Yadav · 9 years ago
  69. eb5f71b cloudmonkey: update precache using 4.5 branch by Rohit Yadav · 9 years ago
  70. b636c6b cloudmonkey: make code pep8 compliant by Rohit Yadav · 9 years ago
  71. 523e0bc requester: unicode string improvements when printing spinner by Rohit Yadav · 9 years ago
  72. 3d02ff3 Makefile: upgrade packages when installing by Rohit Yadav · 9 years ago
  73. 7b66d39 CHANGES: update changes for 5.3.1 by Rohit Yadav · 9 years ago 5.3.1
  74. 39f53ac CLOUDSTACK-8270: get rid of buggy dot completer, use spinning cursor to wait by Rohit Yadav · 9 years ago
  75. 7f48184 cloudmonkey: do a case-insensitive missing api arg search by Rohit Yadav · 9 years ago
  76. b0221bc cloudmonkey: don't break on command parsing, just print error and return by Rohit Yadav · 9 years ago
  77. 65bf705 CHANGES: fix CHANGES with arg changes by Rohit Yadav · 9 years ago
  78. 4e65444 cloudmonkey: in case both -b and -n are passed, block for async api by Rohit Yadav · 9 years ago
  79. e45c1c0 cloudmonkey: fix async api block/unblock options to be more intuitive by Rohit Yadav · 9 years ago
  80. 7498aa5 cloudmonkey: print key when value is dictionary by Rohit Yadav · 9 years ago
  81. 387f033 cloudmonkey: change version to 5.3.1 by Rohit Yadav · 9 years ago
  82. d0f7fc0 cloudmonkey: make filtered output uniform across display outputs by Rohit Yadav · 9 years ago
  83. c75f2fc cloudmonkey: add -a or --async flag to let cloudstack not block on async apis by Rohit Yadav · 9 years ago
  84. aad3800 cloudmonkey: fix server profile loading using -p flag by Rohit Yadav · 9 years ago
  85. 4f2f6c8 cloudmonkey: add -p option to allow overriding profile by Rohit Yadav · 9 years ago
  86. c2c2524 CHANGES: move to markdown format for Github friendly viewing by Rohit Yadav · 9 years ago
  87. 45b7f06 CHANGES: add list of changes for 5.3.1 by Rohit Yadav · 9 years ago
  88. 47b18bf cloudmonkey: don't output empty line after every output by Rohit Yadav · 9 years ago
  89. fc91463 cloudmonkey: fix the weirdest readline import error ever by Rohit Yadav · 9 years ago
  90. 91afdd3 requester: pass verifysslcert option while user logs in by Rohit Yadav · 9 years ago
  91. 8534308 cloudmonkey: for account param use listAccounts by Rohit Yadav · 9 years ago
  92. 18feb80 CLOUDSTACK-7935: keep colons in the request to ACS by Remi Bergsma · 9 years ago
  93. 3ce218d cloudmonkey: autocomplete when cursor is not at the end, auto add space by Rohit Yadav · 9 years ago
  94. 3cd63b9 cloudmonkey: for username/password auth, have option to configure domain by Rohit Yadav · 9 years ago
  95. 24faf56 cloudmonkey: Fix cloudmonkey command line arg cleaning by Rohit Yadav · 9 years ago 5.3.0
  96. 75f617c requester: don't send out empty key/value args by Rohit Yadav · 9 years ago
  97. ce308dc cloudmonkey: Add config 'verifysslcert' to enable/disable SSL cert checking by Rohit Yadav · 9 years ago
  98. beb369c cloudmonkey: fix set command issue, close stdout/err when exiting cloudmonkey by Rohit Yadav · 9 years ago
  99. eae1973 cloudmonkey: fix error handling and unicode string conversions by Rohit Yadav · 9 years ago
  100. d835341 cloudmonkey: fix readline issue across OSX and Linux by Rohit Yadav · 9 years ago