minos.cli.pathlib module

minos.cli.pathlib.get_microservice_target_directory(path, name)[source]

Get the target directory for a microservice.

Parameters
  • path (pathlib.Path) – The starting path.

  • name (str) – The name of the microservice.

Return type

pathlib.Path

Returns

A Path instance.

minos.cli.pathlib.get_microservices_directory(path)[source]
Return type

pathlib.Path

minos.cli.pathlib.get_project_target_directory(path)[source]

Get the target directory for a project.

Return type

pathlib.Path

Returns

A Path instance.