Ability to create a shared dotfile of custom commands for collaboration #428
rahulrai-in
started this conversation in
Ideas
Replies: 2 comments
-
|
Tagging @nellysattari for additional recommendations. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hiya, I am moving this to the discussion forum now, given this is now U/X'd well with new design (#226 ), which is well improved, lets get the feelers for how many use-cases will need specific online file support. #226 - was the drop of the pull request which did re-design for the this Thank you so much. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions