create job should allow target name (in addition to id) as an argument
kjk opened this issue · 2 comments
kjk commented
This is to make writing instructions easier.
Currently, I have to write:
> fuzzit create target parse-metric --seed corpus-metric.tar.gz
note the id returned by this command
> fuzzit create job --type fuzzing --branch ${branch} --revision ${rev} ${parse-metric-traget-id} ./fuzzer_parse_metric
It would be better if I could write:
> fuzzit create target parse-metric --seed corpus-metric.tar.gz
> fuzzit create job --type fuzzing --branch ${branch} --revision ${rev} parse-metric ./fuzzer_parse_metric
yevgenypats commented
This is fixed now in master. ID and name are same thing (will push a release soon as well)
yevgenypats commented
fixed in this release https://github.com/fuzzitdev/fuzzit/releases/tag/v2.4.0