Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/x-ethr/ethr-cli
- Owner: x-ethr
- License: bsd-3-clause
- Created: 2024-05-28T01:46:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T04:39:41.000Z (5 months ago)
- Last Synced: 2024-10-04T21:42:24.241Z (about 1 month ago)
- Topics: cli, gaming, go, homebrew, kubernetes, x-ethr
- Language: Go
- Homepage:
- Size: 55.9 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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-tapsbrew 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.