Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

Config.md

File metadata and controls

26 lines (19 loc) · 1.05 KB

Usage: Config File

All ScubaGoggles parameters can be placed into a configuration file in order to made execution easier. The path of the file is specified by the --config parameter, and its contents are expected as YAML.

Note

If a parameter is specified both on the command-line and in a configuration file, the command-line parameter has precedence over the config file.

Sample Configuration Files

Sample config files are available in the repo and are discussed below.

Basic Usage

The basic use example config file specifies the outpath, baselines, and quiet parameters.

ScubaGoggles can be invokes with this config file:

scubagoggles gws --config basic_config.yaml

It can also be invoked while overriding the baselines parameter.

scubagoggles gws --config basic_config.yaml -b gmail chat

Navigation