-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli)!: wing secrets #6235
feat(cli)!: wing secrets #6235
Conversation
Thanks for opening this pull request! 🎉
|
7a56209
to
744ff53
Compare
Console preview environment is available at https://wing-console-pr-6235.fly.dev 🚀 Last Updated (UTC) 2024-04-23 15:17 |
BenchmarksComparison to Baseline ⬜⬜🟥⬜⬜⬜⬜⬜🟥⬜⬜⬜🟥
⬜ Within 1.5 standard deviations Benchmarks may vary outside of normal expectations, especially when running in GitHub Actions CI. Results
Last Updated (UTC) 2024-04-23 15:23 |
Signed-off-by: monada-bot[bot] <[email protected]>
Signed-off-by: monada-bot[bot] <[email protected]>
Thanks for contributing, @hasanaburayyan! This PR will now be added to the merge queue, or immediately merged if |
@mergify refresh |
✅ Pull request refreshed |
Thanks for contributing, @hasanaburayyan! This PR will now be added to the merge queue, or immediately merged if |
Congrats! 🚀 This was released in Wing 0.72.0. |
Breaking Change
cloud.Secret
forsim
no longer uses a ~/.wing/secrets.json file, instead now secrets are expected on a per repo basis in a.env
fileNew Features
wing secrets
command allows storing secrets interactively based on target. Currently supported on:wing secrets --list
returns a list of all the required secrets for your applicationMisc
Checklist
pr/e2e-full
label if this feature requires end-to-end testingBy submitting this pull request, I confirm that my contribution is made under the terms of the Wing Cloud Contribution License.