# promu **Repository Path**: lei_web/promu ## Basic Information - **Project Name**: promu - **Description**: Prometheus Utility Tool - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-18 - **Last Updated**: 2021-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Prometheus Utility Tool [![CircleCI](https://circleci.com/gh/prometheus/promu/tree/master.svg?style=shield)][circleci] ## Usage ```help usage: promu [] [ ...] promu is the utility tool for building and releasing Prometheus projects Flags: -h, --help Show context-sensitive help (also try --help-long and --help-man). -c, --config=".promu.yml" Path to config file -v, --verbose Verbose output Commands: help [...] Show help. build [] [...] Build a Go project check licenses [] [...] Inspect source files for each file in a given directory check changelog [] Check that CHANGELOG.md follows the guidelines checksum [...] Calculate the SHA256 checksum for each file in the given location crossbuild [] [] Crossbuild a Go project using Golang builder Docker images info Print info about current project and exit release [] [...] Upload all release files to the Github release tarball [] [...] Create a tarball from the built Go project version [] Print the version and exit ``` ## `.promu.yml` config file See documentation example [here](doc/examples/prometheus/.promu.yml) ## Compatibility * Go 1.14+ ## More information * This tool is part of our reflection about [Prometheus component Builds](https://docs.google.com/document/d/1Ql-f_aThl-2eB5v3QdKV_zgBdetLLbdxxChpy-TnWSE) * All of the core developers are accessible via the [Prometheus Developers Mailinglist](https://groups.google.com/forum/?fromgroups#!forum/prometheus-developers) and the `#prometheus` channel on `irc.freenode.net`. ## Contributing Refer to [CONTRIBUTING.md](CONTRIBUTING.md) ## License Apache License 2.0, see [LICENSE](LICENSE). [circleci]: https://circleci.com/gh/prometheus/promu