artifact

vb artifact [OPTIONS] ARTIFACT-ID [OUTPUT-FILENAME]

Description

Extract an artifact by its hash and write the results on standard output, or into OUTPUT-FILENAME if provided.

Options

-R, --repository REPO

Extract artifacts from repository REPO

Examples

  • Output the latest submitted file list of trunk

$ vb sys touch test1.txt
$ vb sys touch test2.txt
$ vb add test1.txt test2.txt
ADDED  test1.txt
ADDED  test2.txt
$ vb commit -m "Added test files"
Committed version: 25fdbd7635d59a25fc83aefe176106cf26390938f630edc7b11c5ddbaed1149a
$ vb artifact trunk
C Added\stest\sfiles
D 2026-04-07T06:51:09.776
F test1.txt a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a
F test2.txt a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a
P b1c6f56de2b249ba490cc2f87666694345641392b9a6a90ac1c1de9ef445219d
R cc70b501decf4a1957fc437f0b4e399a
U ubuntu
Z b69118435a0e439c80f27adcac6c2b5d
  • Output the wiki W1 artifact

$ vb sys echo "# Wiki Page 1" > wiki1
$ vb wiki create W1 wiki1 -M text/x-markdown
Created new wiki page W1.
$ vb timeline -type w -n 1
=== 2026-02-03 ===
02:50:05 [017a82b680] Add wiki page "W1" (user: visionbyte_developer)
+++ no more data (1) +++
$ vb artifact 017a82b680
D 2026-02-03T02:50:05.116
L W1
N text/x-markdown
U visionbyte_developer
W 14
# Wiki Page 1

Z cf48cee4145e1bf7a350137108d85eb2

See Also

See also

finfo