DUB-LIST(1) The D Language Foundation DUB-LIST(1)

dub-list - Prints a list of all or selected local packages dub is aware of

dub list [<package>[@<version-spec>]] OPTIONS...

Prints a list of all or selected local packages. This includes all cached packages (user or system wide), all packages in the package search paths ("dub add-path") and all manually registered packages ("dub add-local"). If a package (and optionally a version spec) is specified, only matching packages are shown.

See dub(1)

0
DUB succeeded
1
usage errors, unknown command line flags
2
package not found, package failed to load, miscellaneous error

dub.sdl, dub.json

Copyright (c) 1999-2024 by The D Language Foundation

http://code.dlang.org/docs/commandline

dub(1), dub-search(1)

2024-07-07 The D Language Foundation