Skip to content

verminio/datastore-cmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datastore Command Line

A command line tool for querying GCP Datastore, written in Go.

Testing

go test ./...

How to use

This command has a required flag --project-id to specify the GCP project to be queried. datastore-cmd [command] [operation] --project-id=gcp-project

The output can be rendered as json by passing the flag --output=json.

Supported Commands

namespace

The following operations are supported for the namespace command:

  • list can be used in order to retrieve a list of namespaces

About

Command-line tool for querying GCP Datastore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages