tokens
Token commands for Datalayer CLI.
def list_tokens(token: Optional[str] = <typer.models.OptionInfo object at 0x7f43768b8b90>) -> None
List all tokens.
def list_tokens_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7f43768b8c10>) -> None
List all tokens (alias for list).
def create_token(name: str = <typer.models.ArgumentInfo object at 0x7f43768b8c90>, description: str = <typer.models.ArgumentInfo object at 0x7f43768b8d50>, expiration_date: Optional[int] = <typer.models.OptionInfo object at 0x7f43768b8d90>, token_type: str = <typer.models.OptionInfo object at 0x7f43768b8e10>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f43768b8e50>) -> None
Create a new token.
def delete_token(uid: str = <typer.models.ArgumentInfo object at 0x7f43768b8d10>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f43768b8f90>) -> None
Delete a token.
def tokens_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7f43768b8ed0>) -> None
List all tokens (root command).
def tokens_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7f43768b9090>) -> None
List all tokens (root command alias).