bdy artifact version create

$bdy artifact version create|add [options] <identifier>

Create new artifact version. Required scopes: ARTIFACT_MANAGE

ARGUMENTS
identifier
Human-readable ID of the artifact and optionally version: artifact:version or artifact@version (optional)
OPTIONS
-w, --workspace <domain>
Workspace URL handle. Can be set via variable: BUDDY_WORKSPACE
--scope <scope>
Force scope (WORKSPACE, PROJECT). By default calculated by provided options and environmental variables (--project, BUDDY_PROJECT, linked project)
-p, --project <name>
Project name. Can be set via variable: BUDDY_PROJECT
-c, --create
Create artifact if not exists
--from <version>
Version to copy content from
-h, --help
display help for command

Documentation for bdy v1.22.80

Last modified on Jun 30, 2026

Examples

Create new version of file artifact
bdy art ver create artifact-identifier:version$
Create new version of file artifact based on another version
bdy art ver create --from old-version artifact-identifier:version$