https://github.com/codefresh-io/merlin
Interact with codefresh application | ALPHA
https://github.com/codefresh-io/merlin
Last synced: 8 months ago
JSON representation
Interact with codefresh application | ALPHA
- Host: GitHub
- URL: https://github.com/codefresh-io/merlin
- Owner: codefresh-io
- Created: 2019-01-26T17:18:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T17:40:35.000Z (almost 4 years ago)
- Last Synced: 2025-04-25T14:59:42.813Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 171 KB
- Stars: 2
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Merlin

## Installation
* MacOS:
* `brew tap codefresh-io/merlin`
* `brew install merlin`
* Prerequisite:
* [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl)
* [telepresene](https://github.com/telepresenceio/telepresence)
* Install latest release from [here](https://github.com/codefresh-io/merlin/releases)
* Create merlin config by running `merlin init`
```
merlin init --help
```
## Example
Show all operators that an environment exposes
```
merlin describe environment
```
Show all params that a operator requires
```
merlin describe operator [NAME]
```