frame_cli.show module

Module for frame show commands.

frame_cli.show.print_keywords(console: Console, keywords: list[str], style: str) None[source]

Print keywords in a Rich Console.

frame_cli.show.print_pull_command(console: Console, command: str) None[source]
frame_cli.show.show_local_component(name: str, hybrid_model: str) None[source]

Show information about a local component.

frame_cli.show.show_local_model(name: str) None[source]

Show information about a local hybrid model.

frame_cli.show.show_remote_component(name: str) None[source]

Show information about a remote component.

frame_cli.show.show_remote_model(name: str) None[source]

Show information about a remote hybrid model.