minos.cli.api.utils module

minos.cli.api.utils.callback()[source]

Minos utils for devs

minos.cli.api.utils.render_template(destination, path=<typer.models.OptionInfo object>, url=<typer.models.OptionInfo object>)[source]

Render a template on the given destination path.

Parameters
  • destination (pathlib.Path) – The path in which the template will be rendered.

  • path (typing.Optional[pathlib.Path]) – The path to the template file.

  • url (typing.Optional[str]) – The url to the template file.

Return type

None

Returns

This method does not return anything.