
Usage demo • Installation • Usage • CI Status • Contributing • License
artefactor is utility for downloading artefacts from GitHub.
Usage demo

Installation
From source
To build the artefactor from scratch, make sure you have a working Go 1.20+ workspace (instructions), then:
go install github.com/essentialkaos/artefactor@latest
Prebuilt binaries
You can download prebuilt binaries for Linux from EK Apps Repository:
bash <(curl -fsSL https://apps.kaos.st/get) artefactor
Usage
Usage: artefactor {options} data-dir
Options
--list, -L List downloaded artefacts in data directory
--sources, -s file Path to YAML file with sources (default: artefacts.yml)
--name, -n name Artefact name to download
--token, -t token GitHub personal token
--unit, -u Run application in unit mode (no colors and animations)
--no-color, -nc Disable colors in output
--help, -h Show this help message
--version, -v Show version
CI Status
| Branch |
Status |
master |
 |
develop |
 |
Contributing
Before contributing to this project please read our Contributing Guidelines.
License
Apache License, Version 2.0
