@rockcarver/frodo-cli 4.2.1-2 → 4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -1
- package/dist/app.cjs +1 -1
- package/dist/app.cjs.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- Added `frodo config-manager pull iga-workflows` for exporting IGA workflow definitions from cloud IGA tenants.
|
|
13
|
+
- Added `frodo config-manager push restart` to restart the environment when pending ESV updates need to be applied.
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
- Updated CLI color handling to use `tinyrainbow`.
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
|
|
21
|
+
- Fixed `frodo journey prune` failing in environments with v2 nodes after the frodo-lib journey prune fix.
|
|
22
|
+
- Updated workflow export handling for `frodo config-manager pull iga-workflows` to match the latest frodo-lib workflow export fixes.
|
|
23
|
+
- Fixed the linux-arm64 binary release build by updating the Node.js version used for packaging.
|
|
24
|
+
|
|
25
|
+
## [4.2.1-2] - 2026-07-25
|
|
26
|
+
|
|
10
27
|
## [4.2.1-1] - 2026-07-25
|
|
11
28
|
|
|
12
29
|
## [4.2.1-0] - 2026-07-24
|
|
@@ -2383,7 +2400,8 @@ Frodo CLI 2.x automatically refreshes session and access tokens before they expi
|
|
|
2383
2400
|
- Fixed problem with adding connection profiles
|
|
2384
2401
|
- Miscellaneous bug fixes
|
|
2385
2402
|
|
|
2386
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.2.1-
|
|
2403
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v4.2.1-2...HEAD
|
|
2404
|
+
[4.2.1-2]: https://github.com/rockcarver/frodo-cli/compare/v4.2.1-1...v4.2.1-2
|
|
2387
2405
|
[4.2.1-1]: https://github.com/rockcarver/frodo-cli/compare/v4.2.1-0...v4.2.1-1
|
|
2388
2406
|
[4.2.1-0]: https://github.com/rockcarver/frodo-cli/compare/v4.2.0...v4.2.1-0
|
|
2389
2407
|
[4.2.0]: https://github.com/rockcarver/frodo-cli/compare/v4.1.0...v4.2.0
|
package/dist/app.cjs
CHANGED
|
@@ -285384,7 +285384,7 @@ var compareVersions = (v12, v2) => {
|
|
|
285384
285384
|
// package.json
|
|
285385
285385
|
var package_default2 = {
|
|
285386
285386
|
name: "@rockcarver/frodo-cli",
|
|
285387
|
-
version: "4.
|
|
285387
|
+
version: "4.3.0",
|
|
285388
285388
|
type: "module",
|
|
285389
285389
|
description: "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
285390
285390
|
keywords: [
|