Skip to content

linux-on-ibm-z/promu

 
 

Repository files navigation

Prometheus Utility Tool Build Status

CircleCI

Usage

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.

.promu.yml config file

See documentation example here

Compatibility

  • Go 1.6+

More information

Contributing

Refer to CONTRIBUTING.md

License

Apache License 2.0, see LICENSE.

Packages

No packages published

Languages

  • Go 98.2%
  • Makefile 1.8%