1DUB-LIST(1)                The D Language Foundation               DUB-LIST(1)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

EXIT STATUS

21       0      DUB succeeded
22
23       1      usage errors, unknown command line flags
24
25       2      package not found, package failed to load, miscellaneous error
26

FILES

28       dub.sdl, dub.json
29

AUTHOR

31       Copyright (c) 1999-2023 by The D Language Foundation
32

ONLINE DOCUMENTATION

34       http://code.dlang.org/docs/commandline
35http://code.dlang.org/docs/commandline
36

SEE ALSO

38       dub(1), dub-search(1)
39
40
41
42The D Language Foundation         2023-03-23                       DUB-LIST(1)
Impressum