It would be handy if we had a dryrun mode which parameterized a notebook and saved it to the output path without actually executing the cells. This would enable preparing notebooks for execution elsewhere or with alternative kernels in an upstream process. Should be relatively simple to add.
nitpick: might not call the command-line option --dry-run as I'd expect that to change absolutely nothing on disk, not even write a new notebook. Maybe --prepare or some such?
--apply-parameters?
--prepare or --apply-parameters both sounds reasonable... perhaps --parameterize, --params-only, or --no-execute as some other possibilities
Most helpful comment
--prepareor--apply-parametersboth sounds reasonable... perhaps--parameterize,--params-only, or--no-executeas some other possibilities