Skip to content
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

Support loading custom behaviors from URLs and/or filepaths #707

Merged
merged 5 commits into from
Nov 5, 2024

Conversation

tw4l
Copy link
Member

@tw4l tw4l commented Oct 22, 2024

Fixes #368

The --customBehaviors flag is now an array, making it repeatable. This should be backwards compatible with the CLI flag, but may require changes to YAML configs when custom behaviors are used.

Custom behaviors can be loaded from URLs, local filepaths, and paths to local directories, including any combination thereof.

New tests are added to ensure loading behaviors from URLs as well as a mixed combination of URL and filepath works as expected.

The --customBehaviors flag is now an array, making it repeatable
without breaking existing usage of the flag.

Custom behaviors can be loaded from URLs, local filepaths, and
paths to local directories, including any combination thereof.
src/util/argParser.ts Outdated Show resolved Hide resolved
@ikreymer ikreymer merged commit 2a9b152 into main Nov 5, 2024
4 checks passed
@ikreymer ikreymer deleted the url-behaviors-new branch November 5, 2024 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load Custom Behaviour from URL
2 participants