Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 39f53acc0 -> 7b66d3937
CHANGES: update changes for 5.3.1 Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/7b66d393 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/7b66d393 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/7b66d393 Branch: refs/heads/master Commit: 7b66d39376d2711443a4b91af8375bdf3ae690b5 Parents: 39f53ac Author: Rohit Yadav <[email protected]> Authored: Thu Feb 26 16:08:46 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Thu Feb 26 16:08:46 2015 +0530 ---------------------------------------------------------------------- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/7b66d393/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index 82f98cf..555c029 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,8 @@ This release includes - Importing readline no longer outputs escape characters - CloudMonkey will not output extra empty lines in stdout output - Filtered result output is uniform across output display formats +- Async blocked API now show a spinning cursor instead of print dots +- When finding missing API args, it does case insensitive search - New command line arg: -p or --profile (load server profile) - New command line arg: -b, --block-async (block and poll result on async API calls) - New command line arg: -n, --noblock-async (do not block on async API calls)
