CLI Reference ============= .. code-block:: bash ocdsnightingale --help --config Path to the configuration file. This option is required. --package Package the data into a release package. --stream / --no-stream Enable or disable streaming to the output file. Streaming is enabled by default. --validate-mapping Validate the mapping template against the data source. --loglevel Set the logging level. Available levels are: DEBUG, INFO, WARNING, ERROR, CRITICAL. --datasource Datasource connection string. Overrides the ``[datasource] connection`` configuration. --mapping-file Path to the mapping file. Overrides the ``[mapping] file`` configuration. --codelists-file Path to the codelists mapping file. Overrides the ``[mapping] codelists`` configuration. --ocid-prefix OCID prefix. Overrides the ``[mapping] ocid_prefix`` configuration. --selector Path to a SQL script file containing the selector query. Overrides the ``[mapping] selector`` configuration. --force-publish Force publish all mapped fields. Overrides the ``[mapping] force_publish`` configuration. --publisher Publisher name. Overrides the ``[publishing] publisher`` configuration. --base-uri Package base URI. Overrides the ``[publishing] base_uri`` configuration. --version OCDS version. Overrides the ``[publishing] version`` configuration. --publisher-uid Publisher UID. Overrides the ``[publishing] publisher_uid`` configuration. --publisher-scheme Publisher scheme. Overrides the ``[publishing] publisher_scheme`` configuration. --publisher-uri Publisher URI. Overrides the ``[publishing] publisher_uri`` configuration. --extensions Extension URL. Can be specified multiple times. Overrides the ``[publishing] extensions`` configuration. --output-directory Output directory. Overrides the ``[output] directory`` configuration.