cache_cli#
CLI subcommands for managing the pipeline database cache.
Provides psnc cache list, psnc cache info, psnc cache rm,
and psnc cache path commands.
Attributes#
Functions#
|
Manage cached pipeline databases. |
|
Show detailed info for a cached pipeline database. |
|
List all cached pipeline databases with metadata. |
|
Print the resolved cache directory path. |
|
Remove cached pipeline databases. |
Module Contents#
- physicsnemo_curator.wiz.cache_cli.cache_info_cmd(hash_prefix: str) None#
Show detailed info for a cached pipeline database.
HASH_PREFIX is the beginning of the database hash (at least 4 chars).
- physicsnemo_curator.wiz.cache_cli.cache_list_cmd() None#
List all cached pipeline databases with metadata.
- physicsnemo_curator.wiz.cache_cli.cache_rm_cmd( ) None#
Remove cached pipeline databases.
Provide HASH_PREFIXES to remove specific databases, or use –older-than or –all for bulk removal.
- physicsnemo_curator.wiz.cache_cli.console#