CLI

class ksef_utils.cli.GenerateCertsCommand(identifier: str, identifier_type: SerialNumberType, working_directory: str)[source]

Command line interface for certs generation.

execute() None[source]

Generate certs.

class ksef_utils.cli.Command[source]
abstract execute() None[source]

Command pattern interface