miniwerk.console

CLI entrypoints for miniwerk

Module Contents

Functions

cligrp(loglevel, verbose)

Minimal KRAFTWERK amulation to be able to run a RASENMAEHER+products deployment on any VM

dump_config()

Show the resolved config as JSON

do_certs(ctx)

Get and/or renew certs based on configuration

create_manifests(ctx)

Create manifests

do_full_init(ctx)

Create manifests, get certs, everything that is needed

miniwerk_cli()

cli entrypoint

Attributes

LOGGER

LOGGER[source]
cligrp(loglevel, verbose)[source]

Minimal KRAFTWERK amulation to be able to run a RASENMAEHER+products deployment on any VM

Parameters:
  • loglevel (int)

  • verbose (int)

Return type:

None

dump_config()[source]

Show the resolved config as JSON

Return type:

None

do_certs(ctx)[source]

Get and/or renew certs based on configuration

Parameters:

ctx (Any)

Return type:

None

create_manifests(ctx)[source]

Create manifests

Parameters:

ctx (Any)

Return type:

None

do_full_init(ctx)[source]

Create manifests, get certs, everything that is needed

Parameters:

ctx (Any)

Return type:

None

miniwerk_cli()[source]

cli entrypoint

Return type:

None