Skip to main content

config

Config command for Datalayer CLI.

def show() -> None

Show the current configuration.

def set_values(iam_url: Optional[str] = <typer.models.OptionInfo object at 0x7f23489e2810>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f23489e3310>) -> None

Set configuration values non-interactively.

def edit() -> None

Interactively edit the configuration.

def config_callback(ctx: typer.models.Context) -> None

Show or edit Datalayer CLI configuration.