vscode-gitops-tools
vscode-gitops-tools copied to clipboard
GitOps Visual Studio Code Extension
https://fluxcd.io/docs/cmd/flux_tree/
A continuation of #115 https://fluxcd.io/docs/cmd/flux_delete_source_helm/
with a link to `wego` CLI installation instructions: https://docs.gitops.weave.works/docs/installation As part of GitOps terminal initialization in #8, we should: - [ ] list `wego` version installed - [ ] display...
k8s tools already have some built-in: https://github.com/Azure/vscode-kubernetes-tools/tree/master/snippets We can present them in a custom k8s snippets view similar to this generic snippets extension: https://github.com/RandomFractals/vscode-snippets-viewer and add GitOps/Flux specific snippets in...
@murillodigital looking at the output @usernamehw shared for the controllers state update in https://github.com/weaveworks/vscode-gitops-tools/issues/74#issuecomment-924821003, we should start talking about replicas and conditions and how they fit in our clusters tree...
see `icon` field in `package.json` from #4 and view container setup in #3 
### Expected behaviour When I open the GitOps Tools extension I expect it to use the current context from my kubeconfig. It's always worked that way in the past. ###...
Instead of this:  The extension should provide additional info for better user experience: "Checking Prerequisites" "Retrieving Metadata" "Installing Flux" "Refreshing Clusters" etc.
At least the revision is missing, should be part of the metadata that we bubble up to the hover text when inspecting an OCIRepository (We don't have to add source...