Skip to main content

secrets

Secret commands for Datalayer CLI.

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

Secret management commands.

def list_secrets(token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e7fa010>) -> None

List all secrets.

def list_secrets_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e7f9b90>) -> None

List all secrets (alias for list).

def create_secret(name: str = <typer.models.ArgumentInfo object at 0x7f849e7f90d0>, description: str = <typer.models.ArgumentInfo object at 0x7f849e7f8690>, value: str = <typer.models.ArgumentInfo object at 0x7f849e7f9990>, variant: str = <typer.models.OptionInfo object at 0x7f849e7f87d0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e723650>) -> None

Create a new secret.

def delete_secret(uid: str = <typer.models.ArgumentInfo object at 0x7f849e7236d0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e720510>) -> None

Delete a secret.

def secrets_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e721fd0>) -> None

List all secrets (root command).

def secrets_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7f849e7228d0>) -> None

List all secrets (root command alias).