docs: fix token create command (#17984)

`--name` is required
This commit is contained in:
Atif Ali
2025-05-22 10:39:51 -04:00
committed by GitHub
parent a0e229afec
commit 4cb35c4c65
+1 -1
View File
@@ -61,7 +61,7 @@ behalf of other users. Use the API for earlier versions of Coder.
#### CLI
```sh
coder tokens create my-token --user <username>
coder tokens create --name my-token --user <username>
```
See the full CLI reference for