aim.cli.main module

Main AIM CLI

This hooks up the AIM CLI application. Nothing exciting happening here.

aim.cli.main.get_services()[source]

Show the keys and values of everything in the Services object

aim.cli.main.process_google_picklist(input_path: Annotated[str, <typer.models.OptionInfo object at 0x7f31c4399f90>]='tmp/google_picklist_input.txt', output_path: Annotated[str, <typer.models.OptionInfo object at 0x7f31c443d1d0>]='tmp/google_picklist_output.txt')[source]

Takes in a google picklist and adds extra info about each item from alma

aim.cli.main.should_load(app_name: str)[source]