Is your feature request related to a problem? Please describe.
Currently, the tool is opinionated about the commands that developers want to execute. As a developer, I would like to maintain a library of commands that I can easily execute from the extension. Also, the default commands should be configurable. For example, I prefer to include the "-o wide" parameter when using the kubectl get commands.
Mention what platform you want to support the new feature
VSCode
Describe the solution you'd like
A dotfile, preferably named .aks that I can commit to the code repo with a dictionary of custom commands and options to modify the behavior of existing ones.
Describe alternatives you've considered
This is a common method used by many tools to customize their behavior and hence I did not consider other alternatives.
Additional context
An advantage of using dotfiles is that they can be easily distributed to the wider community through popular repositories: https://github.com/webpro/awesome-dotfiles
Is your feature request related to a problem? Please describe.
Currently, the tool is opinionated about the commands that developers want to execute. As a developer, I would like to maintain a library of commands that I can easily execute from the extension. Also, the default commands should be configurable. For example, I prefer to include the "-o wide" parameter when using the
kubectl getcommands.Mention what platform you want to support the new feature
VSCode
Describe the solution you'd like
A dotfile, preferably named
.aksthat I can commit to the code repo with a dictionary of custom commands and options to modify the behavior of existing ones.Describe alternatives you've considered
This is a common method used by many tools to customize their behavior and hence I did not consider other alternatives.
Additional context
An advantage of using dotfiles is that they can be easily distributed to the wider community through popular repositories: https://github.com/webpro/awesome-dotfiles