woom show artifacts#
List all known artifacts.
usage: woom show artifacts [-h] [--tablefmt TABLEFMT]
[--log-level {debug,info,warning,error,critical}]
[--log-no-color]
Named Arguments#
- --tablefmt
table format (see the tabulate package)
Default:
'rounded_outline'- --log-level
Possible choices: debug, info, warning, error, critical
logging level
Default:
'warning'- --log-no-color
suppress colors in console
Default:
False
Example#
$ woom show artifacts
╭───────────────┬───────────────┬───────────────────────────────────────────────────────────────────────────────┬───────────╮
│ TASK │ ARTIFACT │ PATH │ EXISTS? │
├───────────────┼───────────────┼───────────────────────────────────────────────────────────────────────────────┼───────────┤
│ download_clim │ clim_file │ /home/docs/woom/scratch/woom/prolog/download_clim/clim.nc │ False │
│ run_croco │ model_restart │ /home/docs/woom/scratch/woom/2020-01-01T00:00:00+00:00/run_croco/croco_rst.nc │ False │
│ run_croco │ model_restart │ /home/docs/woom/scratch/woom/2020-01-02T00:00:00+00:00/run_croco/croco_rst.nc │ False │
╰───────────────┴───────────────┴───────────────────────────────────────────────────────────────────────────────┴───────────╯