add expire time to service token create

This commit is contained in:
Maidul Islam
2023-09-28 19:31:33 -07:00
committed by GitHub
parent 2bb2ccc19e
commit a364b174e0

View File

@ -53,6 +53,15 @@ With this command can create, view and delete service tokens.
Default: `Service token generated via CLI`
</Accordion>
<Accordion title="--expiry-seconds">
```bash
infisical service-token create --scope=dev:/global --access-level=read --expiry-seconds 120
```
Set the service token's expiration time in seconds from now. To never expire set to zero.
Default: `1 day`
</Accordion>
<Accordion title="--access-level">
```bash
infisical service-token create --scope=dev:/global --access-level=read --access-level=write