intersystems / intersystems/ipm

Add -bypass-deps flag to skip ObjectScript dependency resolution

Open
#1,026 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
ObjectScript
Stars
41
Forks
29
Avg merge
23h 54m
Merged PRs (30d)
4

Description

**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:**

```objectscript
zpm:USER>load /path/to/module -bypass-deps

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.