Open hasanaburayyan opened 5 months ago
From a UX perspective maybe we can still show all the secrets but allow the user to simply press ENTER to keep the currently stored secret.
This way we don't need an additional option for the "update" use case.
Otherwise, we will need some way to ask to re-store a secret.
Hi,
This issue hasn't seen activity in 90 days. Therefore, we are marking this issue as stale for now. It will be closed after 7 days. Feel free to re-open this issue when there's an update or relevant information to be added. Thanks!
Use Case
Running
wing secrets
now does not require entering secret values that have already been providedGiven this code:
The first time
wing secrets
is ran the experience remained the same:On a subsequent run where existing values were found the experience is now:
Proposed Solution
No response
Implementation Notes
This will be a little complicated for targets other than
sim
since it will require using the platform to lookup existing valuesComponent
No response
Community Notes