acapy_agent.commands package

Commands module common setup.

acapy_agent.commands.available_commands()[source]

Index available commands.

acapy_agent.commands.load_command(command: str)[source]

Load the module corresponding with a named command.

acapy_agent.commands.run_command(command: str, argv: Sequence[str] = None)[source]

Execute a named command with command line arguments.

Submodules

acapy_agent.commands.help module

acapy_agent.commands.provision module

acapy_agent.commands.start module

acapy_agent.commands.upgrade module