Skip to content

VanceLongwill/dscli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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