Crates.io | devops-metrics-tools |
lib.rs | devops-metrics-tools |
version | 0.0.11 |
source | src |
created_at | 2023-04-23 23:50:36.126609 |
updated_at | 2023-06-12 03:21:36.161382 |
description | A collection of tools for collecting and reporting on DevOps metrics |
homepage | |
repository | https://github.com/shwld/devops-metrics-tools |
max_upload_size | |
id | 846924 |
size | 268,731 |
devops-metrics-tools is a CLI tool developed for obtaining DevOps' Four Keys.
CLI command is devperf
.
This tool is characterized by the ability to store settings for multiple projects in a configuration file, and it can measure based on GitHub(deployment/pull request) or Heroku's release information.
You can store settings for multiple projects in a configuration file. This makes it easy to switch between different projects or environments.
This tool can fetch and analyze data based on GitHub's deployment, GitHub's pull request or Heroku's release information.
All functionality is accessible through a user-friendly command-line interface.
brew install shwld/tap/devperf
Initialize the configuration file.
devperf init
show performance metrics.
devperf four-keys --project hoge
Four Keys Metrics calculation doc
# Create after init command
cat ~/.config/devperf/default-config.toml