toasty pipeline refresh

The refresh pipeline command connects to the data source and fetches information about candidate images that are potentially available for processing.

Usage

toasty pipeline refresh [--workdir=WORKDIR]

The WORKDIR argument optionally specifie the location of the pipeline workspace directory. The default is the current directory.

Notes

The configuration for connecting to the data source must be already set up. See the toasty pipeline processing overview.

The command will print out a report of what it discovered. For each candidate image, a file will be created in the candidates subdirectory. The next step is to select candidates for processing and download them using toasty pipeline fetch.

If there are candidates that should never be processed, they can be marked to be ignored by subsequent refreshes. Currently you can only do this with images that are rejected during processing, using toasty pipeline ignore-rejects.

See Also