Name

ocpidev-unset — manually disassociate a project from a registry.

Synopsis

ocpidev [<options>] unset registry

DESCRIPTION

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
Unset the registry for the project.

OPTIONS

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.

There are no verb-specific options.

EXAMPLES

  1. Unset the registry associated with the current project. The next time the project is built, the default registry will be used.

    ocpidev unset registry
  2. 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

BUGS

See https://www.opencpi.org/report-defects

RESOURCES

See the main web site: https://www.opencpi.org

SEE ALSO

ocpidev(1) ocpidev-build(1) ocpidev-clean(1) ocpidev-create(1) ocpidev-delete(1) ocpidev-refresh(1) ocpidev-register(1) ocpidev-run(1) ocpidev-set(1) ocpidev-show(1) ocpidev-unregister(1) ocpidev-utilization(1)

COPYING

Copyright (C) 2021 OpenCPI www.opencpi.org. OpenCPI is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.