bdy artifact download
$bdy artifact download|dd [options] <identifier> <directory>
Download file artifact. Required scopes: ARTIFACT_READ
Examples
Download file artifact version to local directorybdy art dd artifact-identifier@version /path/to/dir$
Download latest file artifact version and replace contents of existing local directorybdy art dd artifact-identifier /path/to/dir --replace$
Download file artifact version and merge it with existing local directorybdy art dd artifact-identifier@version /path/to/dir --merge$