feat: Add config-manager push managed-objects#579
Open
dallinjsevy wants to merge 10 commits intorockcarver:mainfrom
Open
feat: Add config-manager push managed-objects#579dallinjsevy wants to merge 10 commits intorockcarver:mainfrom
dallinjsevy wants to merge 10 commits intorockcarver:mainfrom
Conversation
* Upgrade to commander 14 and start structuring help * Further help structuring and output improvements. * Guarantee command help output occurs in this order: arguments, options, option groups in alphabetical order * Remove deprecated library methods and update journey lists with additional tree flags. * Add stability indicators. * remove deprecated library functions. * Updated output * Comments and cleanup * Update snapshots * Update recordings and snapshots for journey deprecation changes.
* feat: Add config-manager push org-privileges command. * Refactor cli help and introduce stability indicators. (rockcarver#577) * Upgrade to commander 14 and start structuring help * Further help structuring and output improvements. * Guarantee command help output occurs in this order: arguments, options, option groups in alphabetical order * Remove deprecated library methods and update journey lists with additional tree flags. * Add stability indicators. * remove deprecated library functions. * Updated output * Comments and cleanup * Update snapshots * Update recordings and snapshots for journey deprecation changes. * feat: Add config-manager push org-privileges command. * Rebase and update to frodo-lib 4.0.0-34 * Update snapshots * Updated snapshots * Updated snapshots * Updated snapshots --------- Co-authored-by: Volker Scheuber <vscheuber@gmail.com>
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
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.
I added a function to import managed objects configuration for the frodo config-manager push managed-objects command.
I also added the command implementation file to enable the command.