ocpidev-unset — manually disassociate a project from a registry.
Projects are automatically associated with the current
registry when they are created or used. A project can
be manually associated with or disassociated
from a particular registry. Use the ocpidev unset registry
command to remove an association between a project
and a registry.
You must run this command from within a project.
Asset types to be specified in the <noun> argument are:
registry
You can use the general-purpose options -v and -d <directory>
with this command. In particular, you can use the -d <directory>
option to specify the pathname of the project whose registry should
be unset. If this option is not specified, the current project is used.
See the opencpi(1) man page
for descriptions of these general-purpose options.
There are no verb-specific options.
Unset the registry associated with the current project. The next time the project is built, the default registry will be used.
ocpidev unset registry
Unset the registry associated with the project ~/MyProject.
The next time the project is built, the default registry will be used.
ocpidev -d ~/MyProject unset registry
See the main web site: https://www.opencpi.org
See the OpenCPI Component Development Guide: https://opencpi.gitlab.io/releases/latest/docs/OpenCPI_Component_Development_Guide.pdf