dub-list - Man Page

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

Synopsis

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

Description

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.

Options

Common Options

See dub(1)

Exit Status

0

DUB succeeded

1

usage errors, unknown command line flags

2

package not found, package failed to load, miscellaneous error

Files

dub.sdl, dub.json

Author

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

Online Documentation

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

See Also

dub(1), dub-search(1)

Referenced By

dub(1), dub-search(1).

2024-01-24 The D Language Foundation