bdy artifact create
$bdy artifact create|add [options] [name]
Create a new artifact. Required scopes: ARTIFACT_WRITE
Examples
Create file artifact with namebdy art create test$
Create file artifact with buddy authorization and identifierbdy art create test -b -i artifact-identifier$
Create file artifact with basic authorizationbdy art create -a user:pass$
Create docker containers artifactbdy art create registry -t CONTAINER$