list
Warning
This feature is experimental and may change in future versions, its output format may also change. It is provided for convenience in development and testing and debugging. It is not recommended for production use.
List elements in the catalogue.
usage: anemoi-registry list [-h] {experiments,weights,datasets} ...
Positional Arguments
- subcommand
Possible choices: experiments, weights, datasets
Sub-commands
experiments
List experiments in the catalogue, for admin and debug purposes Current output is JSON and may change.
anemoi-registry list experiments [-h] [--json] [key=value ...]
Positional Arguments
- key=value
Filter experiments with a list of key=value.
Named Arguments
- --json
Output as JSON
Default: False
weights
List weights in the catalogue.
anemoi-registry list weights [-h] [--json] [key=value ...]
Positional Arguments
- key=value
Filter experiments with a list of key=value.
Named Arguments
- --json
Output as JSON
Default: False
datasets
List datasets in the catalogue.
anemoi-registry list datasets [-h] [--json] [key=value ...]
Positional Arguments
- key=value
Filter datasets with a list of key=value.
Named Arguments
- --json
Output as JSON
Default: False