https://github.com/nicjohnson145/ksplit
break up monster kubernetes manifests
https://github.com/nicjohnson145/ksplit
Last synced: about 1 month ago
JSON representation
break up monster kubernetes manifests
- Host: GitHub
- URL: https://github.com/nicjohnson145/ksplit
- Owner: nicjohnson145
- Created: 2023-02-10T22:31:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T19:59:47.000Z (about 2 years ago)
- Last Synced: 2025-02-02T06:41:28.504Z (3 months ago)
- Language: Go
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ksplit
Split up kubernetes manifests that are packed all into a single file into multiple files
```
❯ ./ksplit -h
Split single-file sets of manifests into multiple filesUsage:
ksplit [flags]Flags:
-d, --debug Enable debug logging
-h, --help help for ksplit
```