ohmyzsh/plugins/kompose
2026-04-02 23:47:55 +02:00
..
kompose.plugin.zsh refactor(plugins): use cached background completion generation 2026-04-02 23:47:55 +02: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