Description
Saves metadata about an artifact. When saved, this metadata is used to enable signed pipelines for the artifacts.
Usage
Shell | Function |
---|---|
Bash |
|
PowerShell |
|
artifact type
: This is the type of artifact. Eitherfile
,buildInfo
, orreleaseBundle
.file path
: This is the path to the metadata file to be saved.
Bash | PowerShell | Description |
---|---|---|
--build-name | -build-name | This is name of the build. Required when artifact type is |
--build-number | -build-number | This is number of the build. Required when artifact type is |
--release-bundle-name | -release-bundle-name | This is name of the Release Bundle. Required when artifact type is |
--release-bundle-version | -release-bundle-version | This is version of the Release Bundle. Required when artifact type is |
--project-key | -project-key | (optional) Defaults to the environment's |