Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/x-ethr/ethr-cli

ETHR Utilities CLI
https://github.com/x-ethr/ethr-cli

cli gaming go homebrew kubernetes x-ethr

Last synced: 22 days ago
JSON representation

ETHR Utilities CLI

Awesome Lists containing this project

README

        

# `ethr-cli`

## Overview

`ethr-cli` provides utilities for local development, deployment(s), and ci-related management.

## Getting Started

### Installing

```bash
brew tap x-ethr/homebrew-taps

brew install ethr-cli
```

###### Upgrading

```bash
brew update && brew upgrade ethr-cli
```

###### Reinstalling

```bash
brew update
brew unlink ethr-cli
brew install ethr-cli
```

## Usage

###### Available Command(s)

```bash
ethr-cli --help
```

## Contributions

See the [**Contributing Guide**](./CONTRIBUTING.md) for additional details on getting started.