tokens
Token commands for Datalayer CLI.
def list_tokens(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7186053290>) -> None
List all tokens.
def list_tokens_alias(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7186051350>) -> None
List all tokens (alias for list).
def create_token(name: str = <typer.models.ArgumentInfo object at 0x7f71860500d0>, description: str = <typer.models.ArgumentInfo object at 0x7f7186053e10>, expiration_date: Optional[int] = <typer.models.OptionInfo object at 0x7f7186051d50>, token_type: str = <typer.models.OptionInfo object at 0x7f7186053510>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f72ed0>) -> None
Create a new token.
def delete_token(uid: str = <typer.models.ArgumentInfo object at 0x7f7185f72fd0>, token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f70dd0>) -> None
Delete a token.
def tokens_list(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f70d90>) -> None
List all tokens (root command).
def tokens_ls(token: Optional[str] = <typer.models.OptionInfo object at 0x7f7185f70e10>) -> None
List all tokens (root command alias).