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 0x7f0f78faa6d0>) -> None
List all secrets.
def list_secrets_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fa8d10>) -> None
List all secrets (alias for list).
def create_secret(name: str = <typer.models.ArgumentInfo object at 0x7f0f78fa8ad0>, description: str = <typer.models.ArgumentInfo object at 0x7f0f78fa8050>, value: str = <typer.models.ArgumentInfo object at 0x7f0f78fa8f50>, variant: str = <typer.models.OptionInfo object at 0x7f0f78fab310>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fabcd0>) -> None
Create a new secret.
def delete_secret(uid: str = <typer.models.ArgumentInfo object at 0x7f0f78fa9810>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fa9f10>) -> None
Delete a secret.
def secrets_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fa9750>) -> None
List all secrets (root command).
def secrets_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7f0f78fa9ad0>) -> None
List all secrets (root command alias).