-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storewolf: enable parsing setting-generator metadata as table
For new setting-generator we process following fields from the defaults TOML file: - command - strength - skip-if-populated This needs to be saved as json in the filesystem.
- Loading branch information
Showing
2 changed files
with
211 additions
and
35 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
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,10 @@ | ||
[metadata.a.b] | ||
command = "my test command" | ||
strength = "weak" | ||
skip-if-populated = true | ||
|
||
[metadata.c.d] | ||
setting-generator = "shibaken generate-admin-userdata" | ||
|
||
[metadata.e.f] | ||
affected-services = ["cfsignal"] |