Summary
-
Rogue.usein(downpath; ...)
Update
(Julia)Manifest.toml
file(s) in a downstream project atdownpath
to use the current version of the upstream project. -
Rogue.add(name; project)
Install an unregistered package checked out at
~/.julia/dev/$name
to the current environment or toproject
if given.
See more details in the documentation.