All Projects → prometheus → Promu

prometheus / Promu

Licence: apache-2.0
Prometheus Utility Tool

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Labels

Projects that are alternatives of or similar to Promu

Monorepo
Showcase of how to manage building projects inside monorepo with Gradle as build tool and CircleCI, Bitbucket Pipelines, Travis CI or GitHub Actions as CI tool.
Stars: ✭ 129 (-30.65%)
Mutual labels:  circleci
Hugo Resume
A Hugo theme ported from startbootrap.com's resume template
Stars: ✭ 145 (-22.04%)
Mutual labels:  circleci
Testen
✔️ Run tests for multiple versions of Node.js in local env.
Stars: ✭ 176 (-5.38%)
Mutual labels:  circleci
Serverless Monorepo App
Serverless Monorepo App
Stars: ✭ 136 (-26.88%)
Mutual labels:  circleci
Terraform With Circleci Example
This is an example of automatic deployments of your infrastructure using terraform and CircleCI 2.0 workflows
Stars: ✭ 142 (-23.66%)
Mutual labels:  circleci
Cistern
A terminal UI for Unix to monitor Continuous Integration pipelines from the command line. Current integrations include GitLab, Azure DevOps, Travis CI, AppVeyor and CircleCI.
Stars: ✭ 161 (-13.44%)
Mutual labels:  circleci
Circleci Orb
Install, cache and run Cypress.io tests on CircleCI with minimal configuration.
Stars: ✭ 121 (-34.95%)
Mutual labels:  circleci
Dockerspec
A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.
Stars: ✭ 181 (-2.69%)
Mutual labels:  circleci
Cypress Example Todomvc
The official TodoMVC tests written in Cypress.
Stars: ✭ 143 (-23.12%)
Mutual labels:  circleci
Anteater
Anteater - CI/CD Gate Check Framework
Stars: ✭ 174 (-6.45%)
Mutual labels:  circleci
Musubii
Simple CSS Framework for JP
Stars: ✭ 138 (-25.81%)
Mutual labels:  circleci
Gatsby V2 Tutorial Starter
Gatsby V2 Starter - product of step by step tutorial
Stars: ✭ 139 (-25.27%)
Mutual labels:  circleci
Vue People
VuePeople lists and connects Vue.JS developers around the world.
Stars: ✭ 167 (-10.22%)
Mutual labels:  circleci
Ci Buildstats
Little widget to display AppVeyor, TravisCI, CircleCI, GitHub Actions or Azure Pipelines build history charts and other SVG badges.
Stars: ✭ 134 (-27.96%)
Mutual labels:  circleci
Android Kotlin Modulerized Cleanarchitecture
🚀 Example modularized android application with single activity written in Kotlin
Stars: ✭ 180 (-3.23%)
Mutual labels:  circleci
React Native Circleci Orb
A CircleCI Orb to Simplify Testing your React Native App
Stars: ✭ 126 (-32.26%)
Mutual labels:  circleci
Express Webpack React Redux Typescript Boilerplate
🎉 A full-stack boilerplate that using express with webpack, react and typescirpt!
Stars: ✭ 156 (-16.13%)
Mutual labels:  circleci
Tox
Command line driven CI frontend and development task automation tool.
Stars: ✭ 2,523 (+1256.45%)
Mutual labels:  circleci
Env Ci
Get environment variables exposed by CI services
Stars: ✭ 180 (-3.23%)
Mutual labels:  circleci
Nevergreen
🐤 A build monitor with attitude
Stars: ✭ 170 (-8.6%)
Mutual labels:  circleci

Prometheus Utility Tool CircleCI

Usage

usage: promu [<flags>] <command> [<args> ...]

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 [<command>...]
    Show help.

  build [<flags>] [<binary-names>...]
    Build a Go project

  check licenses [<flags>] [<location>...]
    Inspect source files for each file in a given directory

  check changelog [<flags>]
    Check that CHANGELOG.md follows the guidelines

  checksum [<location>...]
    Calculate the SHA256 checksum for each file in the given location

  crossbuild [<flags>] [<tarballs>]
    Crossbuild a Go project using Golang builder Docker images

  info
    Print info about current project and exit

  release [<flags>] [<location>...]
    Upload all release files to the Github release

  tarball [<flags>] [<location>...]
    Create a tarball from the built Go project

  version [<flags>]
    Print the version and exit

.promu.yml config file

See documentation example here

Compatibility

  • Go 1.14+

More information

Contributing

Refer to CONTRIBUTING.md

License

Apache License 2.0, see LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].