.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "UFFIZZI\-COMPOSE\-DESCRIBE" "" "August 2023" ""
.SH "NAME"
\fBuffizzi\-compose\-describe\fR \- show metadata for a compose environment (preview)
.SH "SYNOPSIS"
.nf
uffizzi compose describe [PREVIEW_ID] [UFFIZZI_WIDE_FLAG \|\.\|\.\|\.]
.fi
.SH "DESCRIPTION"
.nf
Shows metadata for a project given a valid compose environment (preview) ID\.

This command can fail for the following reasons:
    \- The compose environment (preview) specified does not exist\.
    \- The compose environment (preview) specified belongs to a different project\.

For more information on Uffizzi previews, see:
https://docs\.uffizzi\.com/references/cli/
.fi
.SH "POSITIONAL ARGUMENTS"
.nf
[PREVIEW_ID]
    ID for the compose environment (preview) you want to describe\.
.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 for the compose environment (preview) with ID
deployment\-213:

    $ uffizzi compose describe deployment\-213
.fi

