forked from rockcarver/frodo-cli
-
Notifications
You must be signed in to change notification settings - Fork 2
Add export/import for esv secret store #33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e9c3b24 to
5072495
Compare
23cc1c1 to
77c53f4
Compare
* update pipeline * Update to frodo-lib v3.3.4
* Update usage examples and snapshots * Fixes rockcarver#523 - Deleting email templates with Frodo
* Add commands for doing custom node imports, exports, deletes, list, and describe. * update to frodo-lib 3.3.6-1 * fix lint warnings * Fix email template tests --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com>
* Add fr-config-manager pull commands Recorded mock record and updated snapshots for fr-config-manager commands. Ran lint:fix. Modified code for terms-and-conditions to use exising 'readConfigEntity' function, Changed saveJsonToFile argument from 'removeRev' to 'keepRev' for more general compatibility in other commands. Changed option names and added help messages, retesteed with the option name changes Changes fr-config export service-objects code to work with pre-existing functions. Fix PR to work with new library changes Run lint Remove dead code and separate out util functions Wording changes Removed direct RawApi calls * Fix type errors * An object literal cannot have multiple properties with the same name. * An object literal cannot have multiple properties with the same name. * Fix type import * Fix email template tests --------- Co-authored-by: Sean Koo <skoo@trivir.com> Co-authored-by: Volker Scheuber <vscheuber@gmail.com>
* Add --retry option to all commands * Update CLI help output and snapshots for failing tests * Update pipeline to use node 24, run CLI (pkg) with node 22, and bump version to 4.0.0-1 * update changelog and fix tests
93d8284 to
00c61ef
Compare
00c61ef to
b4be6d9
Compare
Collaborator
Author
|
Created Rockcarver PR for this |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Corresponding Frodo-Lib PR here