@rockcarver/frodo-cli 2.0.0-66 → 2.0.0-67
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 +15 -1
- package/dist/app.cjs +2249 -3571
- package/dist/app.cjs.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
|
|
10
10
|
### Added
|
|
11
11
|
|
|
12
|
+
- New commands to manage IDM mappings:
|
|
13
|
+
|
|
14
|
+
- `frodo mapping` Manage IDM mappings.
|
|
15
|
+
- `delete` Delete IDM mappings.
|
|
16
|
+
- `export` Export IDM mappings.
|
|
17
|
+
- `import` Import IDM mappings.
|
|
18
|
+
- `list` List IDM mappings.
|
|
19
|
+
- `rename` Renames mappings from the combined/default/legacy naming scheme (sync/\<name>) to the separate/new naming scheme (mapping/\<name>). To rename mappings from new back to legacy, use the -l, --legacy flag.
|
|
20
|
+
|
|
21
|
+
## [2.0.0-66] - 2024-07-10
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
|
|
12
25
|
- \#404: Frodo now saves the `-k`/`--insecure` option in connection profiles.
|
|
13
26
|
|
|
14
27
|
### Changed
|
|
@@ -1629,7 +1642,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
1629
1642
|
- Fixed problem with adding connection profiles
|
|
1630
1643
|
- Miscellaneous bug fixes
|
|
1631
1644
|
|
|
1632
|
-
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-
|
|
1645
|
+
[unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-66...HEAD
|
|
1646
|
+
[2.0.0-66]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-65...v2.0.0-66
|
|
1633
1647
|
[2.0.0-65]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-64...v2.0.0-65
|
|
1634
1648
|
[2.0.0-64]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-63...v2.0.0-64
|
|
1635
1649
|
[2.0.0-63]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-62...v2.0.0-63
|