I would like to know the command syntax to remove a local registry.
Minimal Working Example:
(APCSv0.1) pkg> registry st
Registry Status
[098e1cba] APCS-Registry (git@path.to.registry/apcs-registry.git)
[23338594] General (https://github.com/JuliaRegistries/General.git)
(APCSv0.1) pkg> registry rm APCS-Registry
ERROR: `APCS-Registry` cannot be parsed as a registry
Comment:
I can update APCS-Registry; if I do up it updates all my packages in both the General registry and my local registry. So the Julia package manager knows about it. The correct command to remove it is registry rm registry-name isn’t it? I have also tried giving it the full git reference, the full path and directory name to the .julia/registries/ folder. I have a feeling if I just delete the folder it won’t completely work and, if that is the intended workflow, what is registry rm registry-name for?