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

create job should allow target name (in addition to id) as an argument #21

Closed
kjk opened this issue Aug 5, 2019 · 2 comments
Closed

create job should allow target name (in addition to id) as an argument #21

kjk opened this issue Aug 5, 2019 · 2 comments

Comments

@kjk
Copy link
Contributor

@kjk kjk commented Aug 5, 2019

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
Copy link
Collaborator

@yevgenypats yevgenypats commented Aug 5, 2019

This is fixed now in master. ID and name are same thing (will push a release soon as well)

@yevgenypats
Copy link
Collaborator

@yevgenypats yevgenypats commented Aug 6, 2019

@yevgenypats yevgenypats closed this Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.