Sign inSign up

boiyaa/datastore

By boiyaa

•Updated over 8 years ago

CLI for Google Cloud Datastore

Image
0

1.6K

boiyaa/datastore repository overview

⁠datastore-tools⁠ image

⁠Usage

$ docker run -it --rm -v /home/user/Downloads/service-account-file.json:/key -e GOOGLE_APPLICATION_CREDENTIALS=/key boiyaa/datastore
datastore <command>

Commands:
  datastore truncate     Delete all entities.
  datastore dump <file>  Export all entities.

Options:
  --version        Show version number                                 [boolean]
  --namespace, -n  Specify namespace                                    [string]
  --kind, -k       Specify kind                                         [string]
  --verbose, -v    Provide more information                            [boolean]
  --help           Show help                                           [boolean]

Examples:
  datastore truncate        Delete all entities.
  datastore dump dump.json  Export all entities to dump.json.

Tag summary

Content type

Image

Digest

Size

295.2 MB

Last updated

over 8 years ago

docker pull boiyaa/datastore