aries_cloudagent.commands package
Commands module common setup.
- aries_cloudagent.commands.load_command(command: str)[source]
Load the module corresponding with a named command.
- aries_cloudagent.commands.run_command(command: str, argv: Sequence[str] = None)[source]
Execute a named command with command line arguments.