frame_cli.listing module¶
Module for frame list commands.
- class frame_cli.listing.ComponentType(value)[source]¶
Bases:
str
,Enum
An enumeration.
- machine_learning = 'machine-learning'¶
- physics_based = 'physics-based'¶
- frame_cli.listing.list_local_components(type: ComponentType | None) None [source]¶
List installed components.
- frame_cli.listing.list_remote_components(type: ComponentType | None) None [source]¶
List remote components.