secrets
Secret commands for Datalayer CLI.
def list_secrets(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185ec7050>) -> None
List all secrets.
def list_secrets_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185ec70d0>) -> None
List all secrets (alias for list).
def create_secret(name: str = <typer.models.ArgumentInfo object at 0x7f7185ec7710>, description: str = <typer.models.ArgumentInfo object at 0x7f7185ec7990>, value: str = <typer.models.ArgumentInfo object at 0x7f7185ec5810>, variant: str = <typer.models.OptionInfo object at 0x7f7185ec6dd0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185ec4b50>) -> None
Create a new secret.
def delete_secret(uid: str = <typer.models.ArgumentInfo object at 0x7f7185ec4ed0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185ec4c10>) -> None
Delete a secret.
def secrets_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185ec4290>) -> None
List all secrets (root command).
def secrets_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185ec7cd0>) -> None
List all secrets (root command alias).