Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 664 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 664 Bytes

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.