package unlink

Aliases: 
  • unlink
  •  
    Parameters:
    Name Type Required Default Hint
    moduleDrectory string false Path to an app's modules directory

    Command Usage

    Takes the current module directory and unlinks from another app's modules directory. The current directory must be a package.
    Use this command to undo the "package link" command when you're done testing.

    The target link must point to the specific modules folder you want to unlink from.
    The package's slug will be used as the name of the target link to remove.

    unlink path/to/app/modules
    
    unlink path/to/app/modules_app
    If you provide no package path, the module will be unlinked from the local CommandBox core.
    unlink
    See also: package link