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 0x7f0f78bd3c90>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f0f7a159810>) -> 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.