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: a801fcbd8374ffac6f05adba7c1c86e0af52b29ab496fcbf4cc379b8228c1b32
$ vb unpublished --all
  a801fcbd8374ffac check-in to private by ubuntu on 2026-03-31 13:00  (private)
  b4be71a647f51686 file note.txt  (private)