This is still a W.I.P. as Cloud v2 is nowhere near ready to be released. There are no up-to-date builds in the OSS repository, so this currently relies on the local Maven repository.
Changes:
@Argument is not needed when the parameter name is the same as the argument name.
The input queues have been replaced with CommandInput.
Suggestions can return streams so we do not need to manually collect before returning.
There is a new exception handling system that reduces the amount of casting and unwrapping we have to do.
Meta keys no longer exist and have been replaced by CloudKey.
Do we want to use suggestions with tooltips? Can we convey meaningful information through the tooltips?
This is still a W.I.P. as Cloud v2 is nowhere near ready to be released. There are no up-to-date builds in the OSS repository, so this currently relies on the local Maven repository.
Changes:
@Argument
is not needed when the parameter name is the same as the argument name.CommandInput
.CloudKey
.Do we want to use suggestions with tooltips? Can we convey meaningful information through the tooltips?