1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
.TH "CVE USER" "1" "2024-12-06" "1.7.1" "cve user Manual"
.SH NAME
cve\-user \- Show information about a user.
.SH SYNOPSIS
.B cve user
[OPTIONS] COMMAND [ARGS]...
.SH DESCRIPTION
Show information about a user.
.SH OPTIONS
.TP
\fB\-u,\fP \-\-username TEXT
Specify the user to show. [default: (Current user specified in top-level -u/--username/$CVE_USER)]
.TP
\fB\-\-raw\fP
Print response JSON.
.SH COMMANDS
.PP
\fBreset-key\fP
Reset a user's personal access token (API...
See \fBcve user-reset-key(1)\fP for full documentation on the \fBreset-key\fP command.
.PP
\fBupdate\fP
Update a user.
See \fBcve user-update(1)\fP for full documentation on the \fBupdate\fP command.
.PP
\fBcreate\fP
Create a user in your organization.
See \fBcve user-create(1)\fP for full documentation on the \fBcreate\fP command.
|