unpublished¶
vb unpublished [OPTIONS]
Description¶
Show a list of unpublished or private artifacts. Unpublished artifacts
will never push and hence will not be shared with collaborators.
By default, this command only shows unpublished check-ins. To show
all unpublished artifacts, use the --all command-line option.
Options¶
- --all¶
Show all artifacts, not just check-ins
Examples¶
Check for unpublished artifacts
$ vb unpublished
Create a private check-in and list all unpublished artifacts
$ vb sys echo "private" > note.txt
$ vb add note.txt
ADDED note.txt
$ vb ci -m "private work" --private
Committed version: a539c2db10fc25e388d5d11269aa22771c7afeb6f9c3f8f7f8cbc639cac15898
$ vb unpublished --all
a539c2db10fc25e3 check-in to private by ubuntu on 2026-04-07 06:51 (private)
b4be71a647f51686 file note.txt (private)