
Installation • Usage • CI Status • Contributing • License
Yo is a command-line YAML processor.
Installation
From source
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 yo
Prebuilt binaries
You can download prebuilt binaries for Linux and macOS from EK Apps Repository:
bash <(curl -fsSL https://apps.kaos.st/get) yo
Upgrading
Since version 1.1.0 you can update yo to the latest release using self-update feature:
yo --update
This 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=quiet
[!NOTE]
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.
Usage
CI Status
| Branch |
Status |
master |
 |
develop |
 |
Contributing
Before contributing to this project please read our Contributing Guidelines.
License
Apache License, Version 2.0
