https://github.com/jceb/k8s-yaml-tools
Collection of tools for dealing with kubernetes YAML files
https://github.com/jceb/k8s-yaml-tools
deno javascript k8s kubernetes tools yaml
Last synced: 2 months ago
JSON representation
Collection of tools for dealing with kubernetes YAML files
- Host: GitHub
- URL: https://github.com/jceb/k8s-yaml-tools
- Owner: jceb
- License: mit
- Created: 2021-08-17T16:33:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-22T08:20:42.000Z (over 4 years ago)
- Last Synced: 2026-01-03T16:21:33.510Z (5 months ago)
- Topics: deno, javascript, k8s, kubernetes, tools, yaml
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-yaml-tools
Collection of tools for dealing with kubernetes YAML files.
## Tools
- `print-yaml-paths.js` prints all available paths in a YAML file -
helpful when creating patches with [kustomize](https://kustomize.io/)
- Use with `deno run --allow-read --allow-net https://deno.land/x/k8s_yaml_tools/print-yaml-paths.js`
- `split-k8s-yaml-files.js` separates the YAML files within a file and
stores them as separate files in the `generated/` directory
- Use with `deno run --allow-read --allow-write --allow-net https://deno.land/x/k8s_yaml_tools/split-k8s-yaml-files.js`