enx remove

Remove a project from the registry.


Usage

enx remove <name>

Arguments

Argument Required Description
name Yes Name of the project to unregister

Description

Removes a project from enx’s registry. You will be prompted to confirm before removal.

This does not delete the project directory or any files on disk β€” it only removes the entry from enx’s registry so the project no longer appears in enx projects or enx cd.

Example

$ enx remove api-service
  ? Remove "api-service" from registry? (y/n) y
  βœ“ Removed "api-service"

See Also