--list, -l
Part of the Command Reference.
asd --list [name]
asd -l [name]
Lists packages available in the local registry — not what’s installed (see
--installed for that).
Arguments
name(optional) — filters rows whose package path matches exactly or as a;-prefixed group, or whose display name contains the string.
Examples
asd --list # every package in the registry
asd -l ndk # anything matching "ndk"
asd -l build-tools
PACKAGE NAME VERSION
ndk;27.0.12077973 NDK (Side by side) 27.0.12077973
ndk;26.3.11579264 NDK (Side by side) 26.3.11579264
Output is sorted and de-duplicated. If the registry doesn’t exist yet,
--list doesn’t auto-download it — run --update
first.