1
0
Fork 0
oh-my-zsh/plugins/kompose
Kevin S Kirkup 10b750af26
feat(kompost): Add plugin for kompose (#7729)
Co-authored-by: Kevin S Kirkup <kevin.kirkup@pureport.com>
2025-09-01 11:28:12 -07:00
..
kompose.plugin.zsh feat(kompost): Add plugin for kompose (#7729) 2025-09-01 11:28:12 -07:00
README.md feat(kompost): Add plugin for kompose (#7729) 2025-09-01 11:28:12 -07:00

kompose

This plugin provides completion for kompose, to migrate from docker compose to Kubernetes resource definitions.

To use it, add kompose to the plugins array in your zshrc file.

plugins=(... kompose)

Author: @kevinkirkup