Generate file configuration for a specific command
Example evalassist-cli gen-config project.clone
will create configs/project-clone.config.yml
with all options :
project.clone:
search: chdh2s4f1s5v4e2d5f1d6c4
limit: 10
membership:
userID:
dateAfter:
projectURL:
projectID:
- Default value for options have to be filled
- Empty = undefined
- If required, comment or just wait for error when run ?
- Link to DOC.md file in a comment at top
-
Validate with JSONSchema
- Add type for opts (and args?) in command decorators
- Linked to using config #24 (closed) ?
- Merge branch https://gitlab.univ-nantes.fr/evalassist/evalassist-cli/-/tree/26-lint-vulnerabilities
- Test: Wait for config files only for commands with opts or args