bdy artifact version get

$bdy artifact version get [options] <identifier> <version>

Get version details. Required scopes: ARTIFACT_READ

ARGUMENTS
identifier
Artifact identifier (human-readable) (required)
version
Artifact version (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
--format <text|json>
Output format: json, text. Default: text
--scope <scope>
Force scope (WORKSPACE, PROJECT). By default calculated by provided options and environmental variables (--project, BUDDY_PROJECT, linked project)
-h, --help
display help for command

Documentation for bdy v1.22.80

Last modified on Jun 30, 2026

Examples

Get artifact version
bdy art ver get artifact-identifier version$
Get artifact version in another project
bdy art ver get artifact-identifier version -p project$