docs: fix token create command (#17984)

`--name` is required
This commit is contained in:
Atif Ali
2025-05-22 07:39:51 -07:00
committed by GitHub
parent a0e229afec
commit 4cb35c4c65

View File

@ -61,7 +61,7 @@ behalf of other users. Use the API for earlier versions of Coder.
#### CLI #### CLI
```sh ```sh
coder tokens create my-token --user <username> coder tokens create --name my-token --user <username>
``` ```
See the full CLI reference for See the full CLI reference for