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
- Host: GitHub
- URL: https://github.com/g-core/gcore-cli
- Owner: G-Core
- License: apache-2.0
- Created: 2024-01-29T12:53:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-15T07:07:25.000Z (6 months ago)
- Last Synced: 2025-12-27T12:58:59.367Z (6 months ago)
- Topics: cli, gcore, go, golang
- Language: Go
- Homepage:
- Size: 257 KB
- Stars: 25
- Watchers: 2
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gcore-cli
[](https://github.com/G-Core/gcore-cli/actions/workflows/build.yml)
[](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.