wasmerio / wasmer

🚀 The leading Wasm Runtime supporting WASIX, WASI and Emscripten
https://wasmer.io
MIT License
18.52k stars 793 forks source link

Add `rotate-secrets` subcommand for volumes and minor changes #5070

Closed xdoardo closed 3 weeks ago

xdoardo commented 3 weeks ago

This PR adds a rotate-secrets subcommand for the app volumes command in the CLI. Furthermore, rearranges a bit the code and renames s3-credentials to credentials, adding support for different format options in this command.

This also adds a small patch to prevent the deploy command to enter create if run in non-interactive mode without an available app, which is not worth another PR.