You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
-#992: Implement automatic history purge logic
12
12
-#973: Enables CORS and JWT configuration for WebApplications in module.xml
13
13
-#1110: Add `iriscli` and `ipm` container utility scripts that are auto-installed to `~/.local/bin/` and `~/bin/` so they work both inside and outside of containers (Unix/Linux only)
14
-
-#962: Adding zpm "ci" command to install from a lock file
14
+
-#962: Adding zpm -from-lockfile flag to install/load from a lock file
15
15
16
16
### Fixed
17
17
-#1001: The `unmap` and `enable` commands will now only activate CPF merge once after all namespaces have been configured instead after every namespace
<modifiername="extra-pip-flags"dataAlias="ExtraPipFlags"value="true"description="Extra flags to pass to pip when installing python dependencies. Surround the flags (and values) with quotes if spaces are present. Default flags are "--target <target> --python-version <pyversion> --only-binary=:all:"." />
293
293
<modifiername="synchronous"value="false"deprecated="true"description="DEPRECATED. Dependencies are now always loaded synchronously with independent lifecycle phases doing their own multi-threading as needed." />
294
294
<modifiername="force"aliases="f"value="false"description="Allows the user to load a newer version of an existing module without running update steps." />
295
-
<modifiername="create-lockfile"aliases="lock"dataAlias="CreateLockFile"dataValue="1"description="Upon load, creates/updates the module's lock file." />
296
-
<modifiername="from-lockfile"aliases="ci"dataAlias="LoadFromLockFile"dataValue="1"description="Load the module from the lock file present at the path." />
295
+
<modifiername="create-lockfile"dataAlias="CreateLockFile"dataValue="1"description="Upon load, creates/updates the module's lock file." />
296
+
<modifiername="from-lockfile"dataAlias="FromLockFile"dataValue="1"description="Load the module from the lock file present at the path." />
297
297
298
298
<!-- Parameters -->
299
299
<parametername="path"required="true"description="Directory on the local filesystem, containing a file named module.xml" />
<modifiername="extra-pip-flags"dataAlias="ExtraPipFlags"value="true"description="Extra flags to pass to pip when installing python dependencies. Surround the flags (and values) with quotes if spaces are present. Default flags are "--target <target> --python-version <pyversion> --only-binary=:all:"."/>
421
421
<modifiername="synchronous"value="false"deprecated="true"description="DEPRECATED. Dependencies are now always loaded synchronously with independent lifecycle phases doing their own multi-threading as needed." />
422
422
<modifiername="force"aliases="f"value="false"description="Allows the user to install a newer version of an existing module without running update steps." />
423
-
<modifiername="create-lockfile"aliases="lock"dataAlias="CreateLockFile"dataValue="1"description="Upon install, creates/updates the module's lock file." />
423
+
<modifiername="create-lockfile"dataAlias="CreateLockFile"dataValue="1"description="Upon install, creates/updates the module's lock file." />
424
+
<modifiername="from-lockfile"dataAlias="FromLockFile"dataValue="1"description="Load the module from the lock file present at the path." />
<exampledescription="Reads from the module-lock.json defined for mymodule and installs the repositories, module, and dependencies">
806
-
cimymodule3.0.0
807
-
</example>
808
-
809
-
<!-- Parameters -->
810
-
<parametername="module"required="true"description="Name of module on which to perform update actions" />
811
-
<parametername="version"description="Version (or version expression) of module to install; defaults to the latest available if unspecified." />
812
-
813
-
<!-- Modifiers -->
814
-
<modifiername="verbose"aliases="v"dataAlias="Verbose"dataValue="1"description="Produces verbose output from the command." />
815
-
<modifiername="path"aliases="p"value="true"description="Location of local tarball containing the updated version of the module. Overrides 'version' parameter if present." />
// TODO: Add "path"? (see Update() for more info of calling install v load)
2553
-
2554
-
ifverbose {
2555
-
write !, "Going to run a clean install on "_moduleName
2556
-
}
2557
-
2558
-
// Indicating to commandInfo that this is a clean install command, not an install or load command. commandInfo will be passed to either Install() or Load() to continue performing the update.
0 commit comments