Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/susisu/setup-mkr
Setup mkr - CLI for Mackerel
https://github.com/susisu/setup-mkr
Last synced: about 2 months ago
JSON representation
Setup mkr - CLI for Mackerel
- Host: GitHub
- URL: https://github.com/susisu/setup-mkr
- Owner: susisu
- License: mit
- Created: 2021-09-19T06:56:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-26T01:59:55.000Z (8 months ago)
- Last Synced: 2024-04-26T02:43:06.779Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Setup mkr
[![CI](https://github.com/susisu/setup-mkr/workflows/CI/badge.svg)](https://github.com/susisu/setup-mkr/actions?query=workflow%3ACI)
This action sets up [`mkr`](https://github.com/mackerelio/mkr), the official CLI for [Mackerel](https://en.mackerel.io/).
**NOTE**: This action itself is NOT an official product of Mackerel.
## Usage
``` yml
steps:
- uses: actions/checkout@v4
- uses: susisu/setup-mkr@v3
- run: mkr org # mkr throw, mkr wrap, mkr annotations create, etc.
env:
MACKEREL_APIKEY: ${{ secrets.MACKEREL_APIKEY }}
```It sets up the latest version of `mkr` by default. You can optionally set `mkr-version` to select a specific version of `mkr`.
``` yml
- uses: susisu/setup-mkr@v3
with:
mkr-version: '^0.57.0'
```## License
[MIT License](http://opensource.org/licenses/mit-license.php)
## Author
Susisu ([GitHub](https://github.com/susisu), [Twitter](https://twitter.com/susisu2413))
## Related Repos
- [mackerelio/mkr](https://github.com/mackerelio/mkr)
- [susisu/mkr-versions](https://github.com/susisu/mkr-versions)