sunggun-yu / vscode-kubemani-diff

Visual Studio Code Extension that compares 2 Kubernetes Manifest files

Home Page:https://marketplace.visualstudio.com/items?itemName=sunggun.kubemani-diff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KubeMani Diff

The KubeMani Diff extension simplifies the comparison of Kubernetes manifest files within Visual Studio Code. It assists users in promptly identifying differences between two manifest files by organizing them in a structured tree view and providing a detailed diff view for individual objects.

Features

The extension provides the following key features:

  • Tree View Comparison: Organizes Kubernetes manifest files into a structured tree view, simplifying the identification of differences between the files.
  • Object-Level Inspection: Provides a detailed diff view for individual objects, allowing users to examine specific difference within the manifests.

kubemani-diff-demo-1

Requirements

No specific requirements or dependencies for this extension.

Extension Settings

This extension does not contribute additional VS Code settings.

Known Issues

At present, there are no known issues. If you encounter any problems or bugs, please report them on the extension's GitHub repository.

Release Notes

See CHANGELOG

License

License

About

Visual Studio Code Extension that compares 2 Kubernetes Manifest files

https://marketplace.visualstudio.com/items?itemName=sunggun.kubemani-diff

License:MIT License


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%