Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 484 Bytes

File metadata and controls

19 lines (13 loc) · 484 Bytes

dscli is a CLI for google cloud datastore

Installing

### From a prebuilt binary

# Download the .tar.gz for the latest release for your platform
curl -sLO "https://github.com/VanceLongwill/dscli/releases/download/v0.1.1-alpha/dscli_0.1.1-alpha_darwin_amd64.tar.gz"
# Extract the binary executable to /usr/local/bin
sudo tar -zxvf dscli_0.1.1-alpha_darwin_amd64.tar.gz -C /usr/local/bin dscli

### From source

go install github.com/VanceLongwill/dscli