.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "UFFIZZI\-PROJECT\-SECRET\-CREATE" "" "August 2023" ""
.SH "NAME"
\fBuffizzi\-project\-secret\-create\fR \- Creates a secret from STDIN
.SH "SYNOPSIS"
.nf
uffizzi project secret create SECRET [\-] [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
.fi
.SH "DESCRIPTION"
.nf
Creates a secret from STDIN

For more information on the uffizzi project secret command, see:
https://docs\.uffizzi\.com/references/cli/
.fi
.SH "UFFIZZI WIDE FLAGS"
.nf
These flags are available to all commands: \-\-project\. Run $ uffizzi
help for details\.
.fi
.SH "EXAMPLES"
.nf
The following command creates a secret called MY_SECRET from STDIN
in the default project:

    $ printf "my secret password" | uffizzi project secret create MY_SECRET
.fi

