A command-line tool for yossing configuration into a remote configuration management store.
README
·
CHANGELOG
.
CONTRIBUTING
Report Bug
·
Request Feature
Managing configuration as code has significant benefits.
yoss
offers a way to do just that:
- store configuration data as structured YAML documents
- perform convention-based merges and synchronize the diff with a remote configuration store
With a working golang installation at version >= 1.16 you can install or update with:
go install github.com/davidalpert/go-yoss/cmd/yoss@latest
Visit the Releases page to find binary packages pre-compiled for a variety of GOOS
and GOARCH
combinations:
- Download an appropriate package for your
GOOS
andGOARCH
; - Unzip it and put the binary in your path;
- Check the version installed:
yoss version
-
go-yoss
ships with anuninstall
sub-command which cleans up and removes itself:yoss uninstall
- TODO; coming as the project nears v1.0
If you run into trouble you can ask yoss
to write some diagnostics to a log file by setting the following environment variables:
Variable | Default | Description |
---|---|---|
YOSS_LOG_LEVEL | "fatal" |
"fatal" , "error" , "warning" , "warn" , "info" , "debug" |
YOSS_LOG_FORMAT | "text" |
"text" or "json" |
YOSS_LOG_FILE | "" |
path to a log file; when empty logs go to STDOUT |
See open issues project board for a list of known issues and up-for-grabs tasks.
See the CONTRIBUTING guide for local development setup and contribution guidelines.
Distributed under the GPU v3 License. See LICENSE for more information.
David Alpert - @davidalpert
Project Link: https://github.com/davidalpert/go-yoss