You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use gghelper to check if a Greengrass group exists before creating it (for multi-user, idempotent use). I thought that listgroup would take a parameter to support that, but it lists the most recently created group instead.
I would like to run
$ gghelper listgroup -name mygroup
# Nonzero return code? Message "No such group is available."? Or just:
# group: {}
# Not found, therefore I can run
$ gghelper creategroup -name mygroup
This would allow gghelper to be used in CI and DevOps contexts.
The text was updated successfully, but these errors were encountered:
I'd like to use gghelper to check if a Greengrass group exists before creating it (for multi-user, idempotent use). I thought that listgroup would take a parameter to support that, but it lists the most recently created group instead.
I would like to run
This would allow gghelper to be used in CI and DevOps contexts.
The text was updated successfully, but these errors were encountered: