1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
.TH "CVE USER RESET-KEY" "1" "2024-12-06" "1.7.1" "cve user reset-key Manual"
.SH NAME
cve\-user\-reset-key \- Reset a user's personal access token (API...
.SH SYNOPSIS
.B cve user reset-key
[OPTIONS]
.SH DESCRIPTION
Reset a user's personal access token (API key).
.PP
You must explicitly specify the user being updated using the `-u` option.
.PP
This API key is used to authenticate each request to the CVE API.
.PP
.SH OPTIONS
.TP
\fB\-u,\fP \-\-username TEXT
User whose API key should be reset (only ADMIN role users can update other users). [required]
.TP
\fB\-\-raw\fP
Print response JSON.
|