Skip to content

Sift Configuration

The API analysis performed by Sift is controlled by a configuration specified to sift run. Sift can read a configuration from the Platform or a local file.

  • To read a configuration from the Platform, specify the Configuration ID using CLI flag --config-id id.

  • To read configuration from a local file, specify the configuration file using CLI flag --config filename. The file must be formatted as YAML or JSON, and conform to the configuration schema.

The sift run command has CLI flags to override several of the configuration properties or to enable by runtime logging. See sift help run for details.