promu is the utility tool for Prometheus projects
Usage:
promu [flags]
promu [command]
Available Commands:
build Build a Go project
crossbuild Crossbuild a Go project using Golang builder Docker images
info Print info about current project and exit
release Upload tarballs to the Github release
tarball Create a tarball from the built Go project
version Print the version and exit
Flags:
--config string Config file (default is ./.promu.yml)
-v, --verbose Verbose output
--viper Use Viper for configuration (default true)
Use "promu [command] --help" for more information about a command.
See documentation example here
- Go 1.6+
- This tool is part of our reflexion about Prometheus component Builds
- All of the core developers are accessible via the Prometheus Developers Mailinglist and the
#prometheus
channel onirc.freenode.net
.
Refer to CONTRIBUTING.md
Apache License 2.0, see LICENSE.