-
Notifications
You must be signed in to change notification settings - Fork 1
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
Identify which types of schema modifications are currently performed by yq
#230
Comments
|
grep yq project.Makefile | grep -v _yq | sort | sed 's/^[[:space:]]*//'
|
broadly speaking, we might want to
Or do any of those in the absence of any criteria, like removing the we also might want non-binary criteria, like a value is in a set like enum or type names |
what is the best specification format?
|
Are there cases where we would want to require satisfying multiple criteria before doing an operation? Are there cases where we would want to batch operations together in a more succinct form, like setting the range of slots to |
This task is to catalog the uses of
yq
in the submission schema build process. Once we have that list we should decide on how we can codify those into newsheets_and_friends
functionality. The output of this task should be issues in thesheets_and_friends
repo detailing the new features to add. The eventual goal is to have all schema modifications managed bysheets_and_friends
and not have any dependence onyq
.See also:
The text was updated successfully, but these errors were encountered: