bdy artifact create

$bdy artifact create|add [options] [name]

Create a new artifact. Required scopes: ARTIFACT_WRITE

ARGUMENTS
name
Artifact name (required)
OPTIONS
-i, --identifier <identifier>
Artifact identifier (auto-generated from name if omitted)
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
-p, --project <name>
Project name. Can be set via variable: BUDDY_PROJECT
-t, --type <type>
Artifact type: "BUCKET" or "CONTAINER" (default: "BUCKET")
-b, --buddy
Enforce HTTP Buddy authorization
-a, --auth <user:pass>
Enforce HTTP basic authorization
-h, --help
display help for command

Documentation for bdy v1.20.0

Last modified on Apr 13, 2026

Examples

Create file artifact with name
bdy art create test$
Create file artifact with buddy authorization and identifier
bdy art create test -b -i artifact-identifier$
Create file artifact with basic authorization
bdy art create -a user:pass$
Create docker containers artifact
bdy art create registry -t CONTAINER$