mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-14 09:58:09 -05:00
22 lines
684 B
Plaintext
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>
|