-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): improve example configuration display
This change changes the CLI package-dynamic-plugins command to take advantage of some dynamic plugin projects that have followed the convention of maintaining a app-config.janus-idp.yaml in the root of the plugin source directory. When this file is present, it will be read in as the command processes dynamic plugins in the monorepo and then included in the example dynamic-plugins.yaml configuration printed out when the command successfully completes. This change also adjusts the control flow where this is printed out to ensure it's after successful completion of the container image. Signed-off-by: Stan Lewis <gashcrumb@gmail.com>
- Loading branch information
Showing
4 changed files
with
1,423 additions
and
1,276 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
"@janus-idp/cli": patch | ||
--- | ||
|
||
fix(cli): Improve example configuration display | ||
|
||
This change changes the CLI package-dynamic-plugins command to take | ||
advantage of some dynamic plugin projects that have followed the | ||
convention of maintaining a app-config.janus-idp.yaml in the root of the | ||
plugin source directory. When this file is present, it will be read in | ||
as the command processes dynamic plugins in the monorepo and then | ||
included in the example dynamic-plugins.yaml configuration printed out | ||
when the command successfully completes. This change also adjusts the | ||
control flow where this is printed out to ensure it's after successful | ||
completion of the container image. |
This file contains 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
This file contains 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
Oops, something went wrong.