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.
bash
brew install shwld/tap/devperf
Initialize the configuration file.
bash
devperf init
show performance metrics.
bash
devperf four-keys --project hoge
Explain the structure and options of the configuration file in detail. Explain how users can configure multiple projects and set up the tool to use either GitHub or Heroku.
Include a few examples of how the tool can be used, such as fetching data for a project, switching between projects, or analyzing fetched data.
If you're open to contributions, provide instructions on how others can contribute to the project.
Specify the license under which your project is distributed.
Provide information on how users can get help with the tool if they encounter issues. This could include linking to an issue tracker, providing your email, etc.
If you have plans for future updates or features, you can list them here.