tokens
Token commands for Datalayer CLI.
def list_tokens(token: Optional[str] = <typer.models.OptionInfo object at 0x7fb42f786f90>) -> None
List all tokens.
def list_tokens_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7fb42f785450>) -> None
List all tokens (alias for list).
def create_token(name: str = <typer.models.ArgumentInfo object at 0x7fb42f7869d0>, description: str = <typer.models.ArgumentInfo object at 0x7fb42f785250>, expiration_date: Optional[int] = <typer.models.OptionInfo object at 0x7fb42f786990>, token_type: str = <typer.models.OptionInfo object at 0x7fb42f785ed0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7fb42f786b90>) -> None
Create a new token.
def delete_token(uid: str = <typer.models.ArgumentInfo object at 0x7fb42f786a10>, token: Optional[str] = <typer.models.OptionInfo object at 0x7fb42f784410>) -> None
Delete a token.
def tokens_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7fb42f7864d0>) -> None
List all tokens (root command).
def tokens_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7fb42f784dd0>) -> None
List all tokens (root command alias).