bdy artifact publish

$bdy artifact publish|pub [options] <identifier> <directory>

Publish file artifact. Required scopes: ARTIFACT_MANAGE

ARGUMENTS
identifier
Human-readable ID of the artifact and optionally version: artifact@version (optional)
directory
Path to the directory or file (required)
OPTIONS
-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
-c, --create
Create artifact if not exists
-f, --force
Allow overwriting existing version
-h, --help
display help for command

Documentation for bdy v1.20.0

Last modified on Apr 13, 2026

Examples

Publish new version of file artifact
bdy art pub artifact-identifier@version /path/to/dir$
Create new file artifact
bdy art pub artifact-identifier --create$
Overwrite existing version
bdy art pub artifact-identifier@version /path/to/dir -f$