@rockcarver/frodo-cli 2.0.0-67 → 2.0.0-69

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 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
+ - \#418: Developer: Frodo provides a framework for commands to indicate which deployment types they support.
13
+ - \#419: Developer: Updated command template with usage samples
14
+
15
+ ### Changed
16
+
17
+ - Update to frodo-lib 2.0.0-95
18
+
19
+ ## [2.0.0-68] - 2024-07-12
20
+
21
+ ## [2.0.0-67] - 2024-07-11
22
+
23
+ ### Added
24
+
12
25
  - New commands to manage IDM mappings:
13
26
 
14
27
  - `frodo mapping` Manage IDM mappings.
@@ -16,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
29
  - `export` Export IDM mappings.
17
30
  - `import` Import IDM mappings.
18
31
  - `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.
32
+ - `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
33
 
21
34
  ## [2.0.0-66] - 2024-07-10
22
35
 
@@ -1642,7 +1655,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1642
1655
  - Fixed problem with adding connection profiles
1643
1656
  - Miscellaneous bug fixes
1644
1657
 
1645
- [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-66...HEAD
1658
+ [unreleased]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-68...HEAD
1659
+ [2.0.0-68]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-67...v2.0.0-68
1660
+ [2.0.0-67]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-66...v2.0.0-67
1646
1661
  [2.0.0-66]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-65...v2.0.0-66
1647
1662
  [2.0.0-65]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-64...v2.0.0-65
1648
1663
  [2.0.0-64]: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-63...v2.0.0-64