Table of Contents
openeo_fastapi.cli
CLI to support quick initialisation of the project source directory.
cli
@click.group()
def cli()
Defining group for executor CLI.
new
@click.command()
@click.option("--path", default=None, type=str)
def new(path)
Initialize a source directory for an openeo_fastapi api project at the specified location.