Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
As a user, I sometimes want to edit my environment variables, add some secrets, add some args and tags.
It can be cumbersome to do it from the update command.
One easier way to do it, would be to have an edit mode that I can call. A YAML file shows up in the editor and when I finish and exit the editor, the YAML is parsed and used as a basis to update the container.
How I imagine scw could expose this functionality
scw container container edit
scw function function edit
References
Community Note
Description
As a user, I sometimes want to edit my environment variables, add some secrets, add some args and tags.
It can be cumbersome to do it from the update command.
One easier way to do it, would be to have an edit mode that I can call. A YAML file shows up in the editor and when I finish and exit the editor, the YAML is parsed and used as a basis to update the container.
How I imagine scw could expose this functionality
scw container container editscw function function editReferences