mirror of https://github.com/dswd/zvault
28 lines
516 B
Markdown
28 lines
516 B
Markdown
zvault-bundlelist(1) -- List bundles in a repository
|
|
====================================================
|
|
|
|
## SYNOPSIS
|
|
|
|
`zvault bundlelist [OPTIONS] <REPO>`
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
This subcommand lists all bundles in the repository `REPO`.
|
|
|
|
_zvault-bundleinfo(1)_ can be used to display information on a specific bundle
|
|
given its bundle id.
|
|
|
|
|
|
## OPTIONS
|
|
|
|
* `-h`, `--help`:
|
|
|
|
Prints help information
|
|
|
|
|
|
## COPYRIGHT
|
|
|
|
Copyright (C) 2017 Dennis Schwerdel
|
|
This software is licensed under GPL-3 or newer (see LICENSE.md)
|