Description:
Currently, the load , install and update commands automatically resolve and install all dependencies listed in a module's module.xml. While this ensures environment integrity, there are several "Expert Mode" scenarios where a user needs to skip this step.
Precedent:
This enhancement follows the pattern already established by the -bypass-py-deps flag (which skips Python dependencies). Adding -bypass-deps provides a consistent experience for ObjectScript dependencies.
Example Usage:
zpm:USER>load /path/to/module -bypass-deps
Description:
Currently, the
load,installandupdatecommands automatically resolve and install all dependencies listed in a module'smodule.xml. While this ensures environment integrity, there are several "Expert Mode" scenarios where a user needs to skip this step.Precedent:
This enhancement follows the pattern already established by the
-bypass-py-depsflag (which skips Python dependencies). Adding-bypass-depsprovides a consistent experience for ObjectScript dependencies.Example Usage: