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

https://github.com/g-core/gcore-cli

Gcore CLI tool
https://github.com/g-core/gcore-cli

cli gcore go golang

Last synced: 5 months ago
JSON representation

Gcore CLI tool

Awesome Lists containing this project

README

          

# gcore-cli

[![Build](https://github.com/G-Core/gcore-cli/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/G-Core/gcore-cli/actions/workflows/build.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/G-Core/gcore-cli)](https://goreportcard.com/report/github.com/G-Core/gcore-cli)

`gcore-cli` is the official Gcore command line tool.

## Installation

### macOS

`gcore-cli` is available via [Homebrew](https://brew.sh/), and as a downloadable binary from [releases page](https://github.com/G-Core/gcore-cli/releases/latest).

#### Homebrew

```sh
brew tap g-core/tap
brew install gcore-cli
```

### Linux

`gcore-cli` is available via [Homebrew](https://brew.sh/), and as a downloadable binary from [releases page](https://github.com/G-Core/gcore-cli/releases/latest).

#### Homebrew

```sh
brew tap g-core/tap
brew install gcore-cli
```

### Build from source

If you have [Go](https://go.dev) installed on your machine, you can install the CLI from sources with:

```sh
go install github.com/G-core/gcore-cli/cmd/gcore-cli@latest
```

## Licensing

`gcore-cli` is licensed under the Apache License 2.0. See [LICENSE](./LICENSE) for the full license text.