You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Many times during iterative development of an extension one may manually uninstall the extension. After that the next command has to use
docker extension install ...
and the repeated:
docker extension update ...
I keep forgetting to up arrow in the shell and change update to install from the previous repeat cycle and then next time switch back 'install' to 'update' again.
Describe the solution you'd like
Support option like
docker extension update --install ...
Especially because the syntax is pretty much the same for install and update.
This request is somewhat analogous to the helm commands option:
`
Upgrade helm release but if absent install
helm upgrade --install ...
`
Hope this makes sense.
Describe alternatives you've considered
Well I can always have two different aliases and remember to use the correct one.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Many times during iterative development of an extension one may manually uninstall the extension. After that the next command has to use
docker extension install ...
and the repeated:
docker extension update ...
I keep forgetting to up arrow in the shell and change
update
toinstall
from the previous repeat cycle and then next time switch back 'install' to 'update' again.Describe the solution you'd like
Support option like
docker extension update --install ...
Especially because the syntax is pretty much the same for
install
andupdate
.This request is somewhat analogous to the
helm
commands option:`
Upgrade helm release but if absent install
helm upgrade --install ...
`
Hope this makes sense.
Describe alternatives you've considered
Well I can always have two different aliases and remember to use the correct one.
Additional context
The text was updated successfully, but these errors were encountered: