Repository: cloudstack-cloudmonkey Updated Branches: refs/heads/master 4e654448c -> 65bf70553
CHANGES: fix CHANGES with arg changes 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/65bf7055 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/65bf7055 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/65bf7055 Branch: refs/heads/master Commit: 65bf705531e9c9e54d83594c26ac8c0c62136ae0 Parents: 4e65444 Author: Rohit Yadav <[email protected]> Authored: Mon Jan 12 10:40:23 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Mon Jan 12 10:40:23 2015 +0530 ---------------------------------------------------------------------- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/65bf7055/CHANGES.md ---------------------------------------------------------------------- diff --git a/CHANGES.md b/CHANGES.md index a3bc1f3..82f98cf 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,7 +14,8 @@ This release includes - CloudMonkey will not output extra empty lines in stdout output - Filtered result output is uniform across output display formats - New command line arg: -p or --profile (load server profile) -- New command line arg: -a or --async (do not block on async APIs) +- 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) Version 5.3.0 =============
