We have parameterized jobs which we would like to be able to trigger with
circleci local exec
and pass pipeline parameters to the job. This would allow us to work around the fact that workflows are not yet supported in local exec more naturally since we could set a 'localexec' parameter that would do the work of an earlier step in the pipeline within a target job. Without this we have to duplicate a job within our config, which does not then actually reflect the code for the real job.