Clearing junk metadata manually#
If there is metadata that has already been synchronized with the Neptune servers or trashed, you can manually clear the junk data from local storage (the .neptune
folder) with the neptune clear
CLI command.
Command syntax: neptune clear [OPTIONS] [ARGUMENTS]
Options | Description |
---|---|
--path <location> |
Path to a directory containing a .neptune folder. |
--help |
Show command usage and exits. |
Examples#
Clear Neptune metadata junk from the current directory:
Clear junk from the given path:
Access help and examples:
Related