Sha256: b4ec2b5c49aa6f697c331976caf5c5928c5527e82e6dc559c171c0a5526722d9
Contents?: true
Size: 1.06 KB
Versions: 30
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://docs.uffizzi.com/references/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
30 entries across 30 versions & 1 rubygems