docs/cli/commands/user.mdx
infisical user
This command allows you to manage the current logged in users on the CLI
infisical user switch
infisical user update domain
The command will display:
infisical user get token
Example output:
Session ID: abc123-xyz-456
Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
Default value: `false`
```bash
# Example
infisical user get token --plain
```
Example output:
```bash
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
```