Since this plugin is primarily intended for cloud use, it might be helpful to have a userguide specifically targeting that.
For example, here is a useful command, pipes the newly created token directly from ape aws users tokens new command into silverback vars new:
$ env $(ape aws users tokens new <USER-NAME> | xargs) \
silverback cluster vars new <NEW-GROUP-NAME> -e AWS_ACCOUNT_ID -e AWS_SECRET_KEY
Since this plugin is primarily intended for cloud use, it might be helpful to have a userguide specifically targeting that.
For example, here is a useful command, pipes the newly created token directly from
ape aws users tokens newcommand intosilverback vars new: