pds.cli
pds.cli
Command-line interface for PlanetaryPy PDS index management.
Notes
REVIEW
Examples
>>> # REVIEW: exampleFunctions
| Name | Description |
|---|---|
| plp_update_indexes | Force update check for PDS index configuration and dynamic URL discovery. |
plp_update_indexes
pds.cli.plp_update_indexes(verbose, config_only, dynamic_only)Force update check for PDS index configuration and dynamic URL discovery.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| verbose | REVIEW | REVIEW | required |
| config_only | REVIEW | REVIEW | required |
| dynamic_only | REVIEW | REVIEW | required |
Returns
| Name | Type | Description |
|---|---|---|
| REVIEW |
Examples
>>> # REVIEW: add example usage