Operation

This document describes how to operate the Registry Tools. The following topics can be found in this document:

Note: The command-line examples in this section have been broken into multiple lines for readability. The commands should be reassembled into a single line prior to execution.

List Extrinsics

This software queries a registry service instance for a list of extrinsics. This software does have a dependency on the pds.registry package which must be deployed to the local Python environment prior to operation of this software. The List Extrinsics software consists of one Python script:

  • list-extrinsics.py
    This script queries a registry service instance for a list of extrinsics filtered by Object Type and LID wildcard. The extrinsics are listed in CSV format to standard out with fields: lid, version_id, name and status.

The script referenced above can be found in the bin/list-extrinsics directory.