otx.cli.tools.find#
OTX searching command ‘otx find’.
Through this command, you can check the tasks, templates, and backbones available in OTX.
Functions
|
Generate table row for backbone json format. |
|
Main function for model templates & backbone searching. |
Parses command line arguments. |
- otx.cli.tools.find.generate_backbone_rows(index: int, backbone_type: str, meta_data: dict)[source]#
Generate table row for backbone json format.
It expects a json file format from src/otx/cli/builder/supported_backbone. index: The index of each backbone (int) backbone_type: The backbone type want to add (str) meta_data: This is the metadata of the backbone type (dict)
Metadata keys expect required, options, and available.