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 0x7f2348a8c650>) -> None

List all secrets.

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

List all secrets (alias for list).

def create_secret(name: str = <typer.models.ArgumentInfo object at 0x7f2348a8e750>, description: str = <typer.models.ArgumentInfo object at 0x7f2348a8f5d0>, value: str = <typer.models.ArgumentInfo object at 0x7f2348a8c610>, variant: str = <typer.models.OptionInfo object at 0x7f2348a8fb10>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f2348a8ca10>) -> None

Create a new secret.

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

Delete a secret.

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

List all secrets (root command).

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

List all secrets (root command alias).