Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

scan

Usage

row scan [OPTIONS] [DIRECTORIES]

row scan scans the selected directories for action products and updates the cache of completed directories accordingly.

Under normal usage, you should not need to execute row scan. row submit automatically scans the submitted directories after it executes the action's command.

note

row scan only adds new completed directories. To mark directories as no longer completed, use row clean.

[DIRECTORIES]

Scan these specific directories. By default, row scans the entire workspace. Pass a single - to read the directories from stdin (separated by newlines).

[OPTIONS]

--action

(also: -a)

Set --action <ACTION> to choose which action to scan. By default, row scans for products from all actions.

note

Unlike other commands, --action is not a wildcard for row scan.

Examples

  • Scan all directories for all actions:
    row scan
    
  • Scan a specific action:
    row scan --action=action
    
  • Scan specific directories:
    row scan directory1 directory2
    

Development of row is led by the Glotzer Group at the University of Michigan.

Copyright © 2024-2025 The Regents of the University of Michigan.