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,6 +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
15
15
16
### Fixed
16
17
-#1001: The `unmap` and `enable` commands will now only activate CPF merge once after all namespaces have been configured instead after every namespace
@@ -26,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
27
27
28
### Added
28
29
-#1024: Added flag -export-python-deps to publish command
29
-
-#962: Adding zpm "ci" command to install from a lock file
30
30
31
31
### Fixed
32
32
-#996: Ensure COS commands execute in exec under a dedicated, isolated context
<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
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." />
296
297
297
298
<!-- Parameters -->
298
299
<parametername="path"required="true"description="Directory on the local filesystem, containing a file named module.xml" />
<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." />
814
816
</command>
815
817
816
818
</commands>
@@ -2398,14 +2400,18 @@ ClassMethod LoadInternal(
2398
2400
}
2399
2401
}
2400
2402
2401
-
// When loading a module from a local folder, there might be a <mod root>/.modules/ folder containining dependencies.
2402
-
// It's easier to configure a temporary repository than to handle this case in the dependency resolution code.
// 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