@rockcarver/frodo-cli 0.14.1 → 0.15.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 +11 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.15.0] - 2022-10-04
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- New `frodo journey` sub-commands:
|
|
15
|
+
- `frodo journey enable -i 'journeyId'` to enable a journey by name/id
|
|
16
|
+
- `frodo journey disable -i 'journeyId'` to disable a journey by name/id
|
|
17
|
+
|
|
10
18
|
## [0.14.1] - 2022-10-03
|
|
11
19
|
|
|
12
20
|
### Fixed
|
|
@@ -594,7 +602,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
594
602
|
- Fixed problem with adding connection profiles
|
|
595
603
|
- Miscellaneous bug fixes
|
|
596
604
|
|
|
597
|
-
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.
|
|
605
|
+
[Unreleased]: https://github.com/rockcarver/frodo-cli/compare/v0.15.0...HEAD
|
|
606
|
+
|
|
607
|
+
[0.15.0]: https://github.com/rockcarver/frodo-cli/compare/v0.14.1...v0.15.0
|
|
598
608
|
|
|
599
609
|
[0.14.1]: https://github.com/rockcarver/frodo-cli/compare/v0.14.0...v0.14.1
|
|
600
610
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rockcarver/frodo-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.",
|
|
6
6
|
"keywords": [
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
]
|
|
88
88
|
},
|
|
89
89
|
"dependencies": {
|
|
90
|
-
"@rockcarver/frodo-lib": "0.
|
|
90
|
+
"@rockcarver/frodo-lib": "0.13.1",
|
|
91
91
|
"cli-progress": "^3.11.2",
|
|
92
92
|
"cli-table3": "^0.6.2",
|
|
93
93
|
"colors": "^1.4.0",
|