envs
Environment commands for Datalayer CLI.
def envs_callback(ctx: typer.models.Context)
Environment management commands.
def list_environments(token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51fb10>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51fd10>) -> None
List available environments.
def list_environments_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51fe50>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51e5d0>) -> None
List available environments (alias for list).
def envs_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51f090>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51ea10>) -> None
List available environments (root command).
def envs_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51e790>, runtimes_url: Optional[str] = <typer.models.OptionInfo object at 0x7f965a51ea50>) -> None
List available environments (root command alias).