We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In v4.0.1, we only allowing a single target_keys key value pair.
target_keys
To ensure hubAdmin functionality conform to this pattern we need to:
validate_config()
Related to hubverse-org/schemas#117
The text was updated successfully, but these errors were encountered:
Add test that confirms config files with 1 target_keys key value pair…
fec895a
… do not pass validation. Resolves #89
Do not allow target_keys of length more than 1 in v4.0.1 and above wh…
6192af2
…en creating programmatically. Rsolves #89
annakrystalli
Successfully merging a pull request may close this issue.
In v4.0.1, we only allowing a single
target_keys
key value pair.To ensure hubAdmin functionality conform to this pattern we need to:
target_keys
key value pair when validating task.json files withvalidate_config()
target_keys
with more that 1 key value pair programmaticallyRelated to hubverse-org/schemas#117
The text was updated successfully, but these errors were encountered: