Files
infisical/docs/cli/commands/token.mdx
Daniel Hougaard afbca118b7 Fixed typo
2024-09-16 16:56:34 +04:00

22 lines
684 B
Plaintext

---
title: "infisical token"
description: "Manage your Infisical identity access tokens"
---
```bash
infisical token renew <ua-access-token>
```
## Description
The Infisical `token` command allows you to manage your universal auth access tokens.
With this command, you can renew your access tokens. In the future more subcommands will be added to better help you manage your tokens through the CLI.
<Accordion title="token renew <access-token>" defaultOpen="true">
Use this command to renew your access token. This command will renew your access token and output a renewed access token to the console.
```bash
$ infisical token renew <ua-access-token>
```
</Accordion>