dsdt ls

List the bundles in a context

Description

Usage

usage: dsdt ls [-h] [-a] [-p] [-i] [-r] [-c] [-u UUID] [--uncommitted] [-l]
               [-A AFTER] [-B BEFORE] [-v] [-t TAG]
               [bundle [bundle ...]]

Options

positional arguments:
  bundle                Show all bundles 'dsdt ls' or explicit bundle 'dsdt ls
                        <somebundle>' in current context

optional arguments:
  -h, --help            show this help message and exit
  -a, --print-args      Print the arguments (if any) used to create the
                        bundle.
  -p, --print-tags      Print each bundle's tags.
  -i, --intermediates   List only intermediate outputs.
  -r, --roots           List only bundles from root tasks (last task in
                        pipeline).
  -c, --committed       List only committed bundles.
  -u UUID, --uuid UUID  list by bundle UUID
  --uncommitted         List only uncommitted bundles.
  -l, --latest-by-date  Return the most recent bundle for any name.
  -A AFTER, --after AFTER
                        List bundles created on or after date or datetime: '--
                        after 12-10-2008 13:40:30'
  -B BEFORE, --before BEFORE
                        List bundles created on or before date or datetime: '
                        --before 12-10-2008 13:40:30'
  -v, --verbose         Print bundles with more information.
  -t TAG, --tag TAG     Having a specific tag: 'dsdt ls -t committed:True -t
                        version:0.7.1'

Examples

Last updated