bdy artifact composer publish
$bdy artifact composer publish|pub [options] <identifier> <directory>
Publish composer version. Required scopes: ARTIFACT_WRITE
Examples
Publish new version of composer artifactbdy art composer pub artifact-identifier:version /path/to/dir$
Publish version from composer.jsonbdy art cmp pub artifact-identifier /path/to/dir$
Create new composer artifactbdy art cmp pub artifact-identifier --create /path/to/dir$
Publish without test filesbdy art cmp pub artifact-identifier /path/to/dir --ignore "tests,**/*.log"$