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: b9fe68dbc9f70de03b904d5364b7974270a7e9c288218def6a1246afbfe2dcb4
$ vb artifact trunk
C Added\stest\sfiles
D 2026-03-31T13:00:02.455
F test1.txt a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a
F test2.txt a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a
P 17aaf9ae11e3c585db869abf30d48cfec53b74360dbda02aa3807b9e03c74c51
R cc70b501decf4a1957fc437f0b4e399a
U ubuntu
Z ec9c1f50a69343b3e12c1c596af5c122
  • 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