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$