dub-clean-caches - Man Page

Removes cached metadata

Synopsis

dub clean-caches Options...

Description

This command removes any cached metadata like the list of available packages and their latest version.

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-clean(1), dub-remove(1)

Referenced By

dub(1), dub-clean(1), dub-remove(1).

2024-01-24 The D Language Foundation