mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-23 02:35:38 +01:00
322 B
Executable file
322 B
Executable file
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