Installation • Usage • CI Status • Contributing • License
Yo is a command-line YAML processor.
To build the Yo from scratch, make sure you have a working Go 1.24+ workspace (instructions), then:
go install github.com/essentialkaos/yo@latest
sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo dnf install yoYou can download prebuilt binaries for Linux and macOS from EK Apps Repository:
bash <(curl -fsSL https://apps.kaos.st/get) yoSince version 1.1.0 you can update yo to the latest release using self-update feature:
yo --updateThis command will runs a self-update in interactive mode. If you want to run a quiet update (no output), use the following command:
yo --update=quietNote
Please note that the self-update feature only works with binaries that are downloaded from the EK Apps Repository. Binaries from packages do not have a self-update feature and must be upgraded via the package manager.
| Branch | Status |
|---|---|
master |
|
develop |
Before contributing to this project please read our Contributing Guidelines.