pudl.workspace.datastore_cli module

A CLI for fetching public utility data from reporting agency servers.

pudl.workspace.datastore_cli.main()[source]

Manage and update the PUDL datastore.

pudl.workspace.datastore_cli.parse_command_line(argv)[source]

Parse command line arguments. See the -h option for more details.

Parameters

argv (str) – Command line arguments, which must include caller filename.

Returns

Dictionary of command line arguments and their parsed values.

Return type

dict