Skip to main content

envs

Environment commands for Datalayer CLI.

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

Environment management commands.

def list_environments(token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e55abd0>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f849e55af90>) -> None

List available environments.

def list_environments_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e559490>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f849e559290>) -> None

List available environments (alias for list).

def envs_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e55b290>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f849e558d10>) -> None

List available environments (root command).

def envs_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e558250>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f849e559950>) -> None

List available environments (root command alias).