https://github.com/sapcc/limesctl
CLI for Limes
https://github.com/sapcc/limesctl
Last synced: 3 months ago
JSON representation
CLI for Limes
- Host: GitHub
- URL: https://github.com/sapcc/limesctl
- Owner: sapcc
- License: apache-2.0
- Created: 2018-09-26T13:17:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-02-26T19:10:20.000Z (4 months ago)
- Last Synced: 2026-02-26T20:43:48.820Z (4 months ago)
- Language: Go
- Homepage: https://github.com/sapcc/limes
- Size: 7.58 MB
- Stars: 7
- Watchers: 45
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# limesctl
[](https://github.com/sapcc/limesctl/releases/latest)
[](https://github.com/sapcc/limesctl/actions/workflows/ci.yaml)
[](https://goreportcard.com/report/github.com/sapcc/limesctl)
`limesctl` is the command-line interface for [Limes](https://github.com/sapcc/limes).
## Installation
We provide pre-compiled binaries for the [latest release](https://github.com/sapcc/limesctl/releases/latest).
Alternatively, you can build with `make` or install with `make install`. The latter
understands the conventional environment variables for choosing install locations:
`DESTDIR` and `PREFIX`.
### Homebrew
In addition to macOS, the `brew` package will also work with Homebrew on Linux.
```
$ brew tap sapcc/limesctl https://github.com/sapcc/limesctl.git
$ brew install sapcc/limesctl/limesctl
```
### Go
```
$ go install github.com/sapcc/limesctl@latest
```
## Usage
For usage instructions:
```
$ limesctl --help
```
**Note**: `limesctl` requires the full set of OpenStack auth environment
variables. See [documentation for openstackclient](https://docs.openstack.org/python-openstackclient/latest/cli/man/openstack.html) for details.