Skip to content

(Yet another) command line interface for Google Cloud Firestore

License

Notifications You must be signed in to change notification settings

welociraptor/firestore-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firestore-cli

(Yet another) command line interface for Google Cloud Firestore

Installation

go mod vendor && go install

Usage

command line interface for interaction with google cloud firestore

Usage:
  firestore-cli [command]

Available Commands:
  documents   return all documents in a collection
  get         get a document by id
  help        Help about any command
  where       query for documents

Flags:
  -c, --collection string   collection path
  -h, --help                help for firestore-cli
  -p, --prettyprint         pretty print document json
      --project string      gcp project id
  -v, --verbose             verbose mode

Use "firestore-cli [command] --help" for more information about a command.

Contributing

Pull requests are welcome.

License

MIT

About

(Yet another) command line interface for Google Cloud Firestore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages