.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "DESCRIBE" "" "August 2023" ""
.SH "NAME"
\fBdescribe\fR \- show metadata for a project
.SH "SYNOPSIS"
.nf
uffizzi project describe PROJECT_SLUG [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
.fi
.SH "DESCRIPTION"
.nf
Shows metadata for a project given a valid project slug\.

This command can fail for the following reasons:
  \- There is no project with the given project slug

For more information on Uffizzi projects, see:
https://docs\.uffizzi\.com/references/cli/
.fi
.SH "UFFIZZI WIDE FLAGS"
.nf
\-\-output FORMAT
   Output format\. FORMAT is one of the following: json, pretty
   Default is json\.
.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 prints metadata in json format for a project with the
project slug my\-app\-xc8fw:

    $ uffizzi project describe my\-app\-xc8fw

The following command pretty prints metadata for a project with the project
slug my\-app\-xc8fw:

    $ uffizzi project describe my\-app\-xc8fw \-\-output pretty
.fi

