Skip to main content

secrets

Secret commands for Datalayer CLI.

def list_secrets(token: str | None = <typer.models.OptionInfo object at 0x7fe8e3633c50>) -> None

List all secrets.

def list_secrets_alias(token: str | None = <typer.models.OptionInfo object at 0x7fe8e3633d90>) -> None

List all secrets (alias for list).

def create_secret(name: str = <typer.models.ArgumentInfo object at 0x7fe8e3633ed0>, description: str = <typer.models.ArgumentInfo object at 0x7fe8e36a4050>, value: str = <typer.models.ArgumentInfo object at 0x7fe8e36a4190>, variant: str = <typer.models.OptionInfo object at 0x7fe8e36a42d0>, token: str | None = <typer.models.OptionInfo object at 0x7fe8e36a4410>) -> None

Create a new secret.

def delete_secret(uid: str = <typer.models.ArgumentInfo object at 0x7fe8e36a4550>, token: str | None = <typer.models.OptionInfo object at 0x7fe8e36a4690>) -> None

Delete a secret.

def secrets_list(token: str | None = <typer.models.OptionInfo object at 0x7fe8e36a47d0>) -> None

List all secrets (root command).

def secrets_ls(token: str | None = <typer.models.OptionInfo object at 0x7fe8e36a4910>) -> None

List all secrets (root command alias).