https://github.com/SuyashSonawane/vscode-datree
Simple VSCode Extension that allows you to run Datree tests on Kubernetes configurations.
https://github.com/SuyashSonawane/vscode-datree
cloud-native datree kubernetes
Last synced: 5 months ago
JSON representation
Simple VSCode Extension that allows you to run Datree tests on Kubernetes configurations.
- Host: GitHub
- URL: https://github.com/SuyashSonawane/vscode-datree
- Owner: SuyashSonawane
- License: mit
- Created: 2021-12-07T05:00:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-29T07:17:57.000Z (about 3 years ago)
- Last Synced: 2024-05-22T12:33:06.479Z (11 months ago)
- Topics: cloud-native, datree, kubernetes
- Language: HTML
- Homepage: https://marketplace.visualstudio.com/items?itemName=suyashsonawane.vscode-datree
- Size: 5.16 MB
- Stars: 27
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-datree - Datree VS Code Extension - VSCode Extension that allows you to run Datree tests on Kubernetes configurations **by SuyashSonawane** (π» Projects)
README
# VSCode Datree
[](https://opensource.org/licenses/MIT)
[](https://marketplace.visualstudio.com/items?itemName=suyashsonawane.vscode-datree)
[](https://www.datree.io/)Simple VSCode Extension that allows you to run **Datree** tests on Kubernetes configurations.

Read the article [VSCode Datree: Datreeβs power now in your code editor πͺ](https://medium.com/@suyashsonawane/vscode-datree-datrees-power-now-in-your-code-editor-747c9cfee610) to know more about how Datree features are implemented
# Features
- Helm Support
- YAML Errors Highlighting
- K8s Schema Error Highlighting
- Ability to change test configuration.
- Solution Suggestions## Helm Support
Helm `Chart.yml` can be easily tested by the same flow
_Requires helm plugin installed, can be installed from [datree helm plugin](https://hub.datree.io/helm-plugin)_
# Requirements
- [Datree](https://www.datree.io/)
- [Helm](https://helm.sh/docs/intro/install/) (only required to run helm tests)# Known Issues
- Error highlighting is limited, due to CLI restrictions
# Release Notes
### 0.2.0
- Support for new improved datree-cli (v0.15.0)
- Support for .yml files
### 0.1.0
- Windows platform is now supported π―
- Icon update and Holiday theme π
- Option to ignore missing schema
### 0.0.1
- Initial release of extension π# Acknowledgement
![]()
This extension is built for **Datree** as a part of Cloud Native Hackathon