Sha256: 2a85482fd7d1d9def863e3f0c6f5881caf066322b7b62c3941d75e154aea463e
Contents?: true
Size: 1.06 KB
Versions: 17
Compression:
Stored size: 1.06 KB
Contents
uffizzi project describe - show metadata for a project ================================================================ ## SYNOPSIS uffizzi project describe PROJECT_SLUG [UFFIZZI_WIDE_FLAG ...] ## DESCRIPTION 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://github.com/UffizziCloud/uffizzi_cli ## UFFIZZI WIDE FLAGS --output FORMAT Output format. FORMAT is one of the following: json, pretty Default is json. ## UFFIZZI WIDE FLAGS These flags are available to all commands: --project. Run $ uffizzi help for details. ## EXAMPLES 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
Version data entries
17 entries across 17 versions & 1 rubygems