Skip to content

jancervenka/bqcli

Repository files navigation

bqcli

PyPI Test Publish

Installation and Usage

The program can be installed with pip, it will set up an entry point called bqcli.

pip install bqcli
bqcli

Or you can use the tool command uvx from uv and run bqcli without installing it first.

uvx bqcli

GCP Authentication

All the standard methods such as gcloud or GOOGLE_APPLICATION_CREDENTIALS should work.