https://github.com/covenantsql/homebrew-cql
Just `brew install cql`
https://github.com/covenantsql/homebrew-cql
Last synced: 13 days ago
JSON representation
Just `brew install cql`
- Host: GitHub
- URL: https://github.com/covenantsql/homebrew-cql
- Owner: CovenantSQL
- License: apache-2.0
- Created: 2019-04-16T15:47:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T02:14:55.000Z (over 6 years ago)
- Last Synced: 2025-01-21T10:50:58.026Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
homebrew-cql
=================
You can just `brew install cql`. This project is only for beta test.
Homebrew Tap for CovenantSQL client
## Installation
```
brew install cql
```
## Running
### Go client
`cql`
## Upgrading
```
brew update && brew upgrade
```
## Minor updates
### Go client
```
brew update && brew reinstall cql
```
## Versions
List available versions with:
```
ls -l /usr/local/Cellar/cql
```
If you have other versions installed, you can switch with:
```
brew switch cql
```