List
dcd list [flags]Flags
Flag
Default
Description
Examples
# List the 20 most recent uploads
dcd list
# List with a wildcard name filter (note the quotes)
dcd list --name "nightly-*"
# Filter by date range
dcd list --from 2024-01-01 --to 2024-01-31
# Paginate
dcd list --limit 10 --offset 20
# JSON output
dcd list --jsonOutput
Last updated