Skip to content

(more) complete/systematic localdb CLIs

Here I'm randomly list up useful CLI commands I wish to have

mqdbt ls [MODULE,PCB,BARE_MODULE,FE_CHIP] // case insensitive 
mqdbt ls MODULE 20UPGM2 -l -s -r // filter, verbose, sorted by sn, reversed
mqdbt show-qc-status <serialNumber> --all
mqdbt show-qc-status <serialNumber> --filled
mqdbt show-qc-status <serialNumber> --incomplete
mqdbt show-qc-status <serialNumber> --missing-upload
mqdbt show-test <serialNumber> // interactive specification of the test to show
mqdbt show-test <serialNumber> <testRun_id> // interactive specification of the test to show
mqdbt recycle --module <MODULE_SN> --outdated
mqdbt recycle --module <MODULE_SN> --stage <STAGE> --test <TEST_TYPE> <== support FE-level test-types as well
mqdbt pull --module <MODULE_SN> --diff-only (default)
mqdbt pull --module <MODULE_SN> --fast
mqdbt pull --module <MODULE_SN> --full
mqdbt check-sync-integrity --module <MODULE_SN>
mqdbt push --module <MODULE_SN> --stage <STAGE> --test <TEST_TYPE> <== support FE-level test-types as well

ideally wish to have e.g. tqdm progress bar for interactions

Edited by Hideyuki Oide