Skip to content

Latest commit

 

History

History
77 lines (49 loc) · 2.82 KB

File metadata and controls

77 lines (49 loc) · 2.82 KB

GitHub Actions CI Status GitHub Actions CodeQL Status GoReportCard

InstallationUsageCI StatusContributingLicense


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 CI
develop CI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0