You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Once get-woke/woke#122 is merged, woke will be able to set a remote config (ruleset) from a URL. We would like to enhance get-woke/woke#122, by allowing users to apply N number of remote rulesets (N number of URLs as cli arguments).
After get-woke/woke#122 is merged, users can apply 1 URL. For example:
The final applied ruleset from the above example will be a combination of rules defined in the default.yaml, example1.yaml, example2.yaml and example3.yaml.
Useful links/additional context:
Feature enhancement referenced here by the maintainer: get-woke#104
Woke currently allows you to set a local ruleset (N=1). For example: woke -c /Documents/example.yaml
With get-woke/woke#122, woke allows you to apply a remote ruleset (N=1).
With this feature enhancement, woke will allow you to set N number of remote ruleset URLs.
Suggestion: It may be worth reaching out to maintainer to ask if the N number of rulesets should also be enabled for local rulesets as well (this is not current functionality).
Acceptance Criteria:
Investigate how N number of URLs should be passed in via the CLI
Implement applying N number of URLs/remote configs
The text was updated successfully, but these errors were encountered:
Description
Once get-woke/woke#122 is merged, woke will be able to set a remote config (ruleset) from a URL. We would like to enhance get-woke/woke#122, by allowing users to apply N number of remote rulesets (N number of URLs as cli arguments).
After get-woke/woke#122 is merged, users can apply 1 URL. For example:
woke -c "https://raw.githubusercontent.com/get-woke/woke/main/example.yaml"
Desired functionality with this enhancement:
woke -c https://raw.githubusercontent.com/get-woke/woke/main/example1.yaml https://raw.githubusercontent.com/get-woke/woke/main/example2.yaml https://raw.githubusercontent.com/get-woke/woke/main/example3.yaml
The final applied ruleset from the above example will be a combination of rules defined in the default.yaml, example1.yaml, example2.yaml and example3.yaml.
Useful links/additional context:
Feature enhancement referenced here by the maintainer: get-woke#104
Woke currently allows you to set a local ruleset (N=1). For example: woke -c /Documents/example.yaml
With get-woke/woke#122, woke allows you to apply a remote ruleset (N=1).
With this feature enhancement, woke will allow you to set N number of remote ruleset URLs.
Suggestion: It may be worth reaching out to maintainer to ask if the N number of rulesets should also be enabled for local rulesets as well (this is not current functionality).
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: