stephenlacy/gulp-bump

Specify version to bump to

Closed this issue · 1 comments

smhg commented

As mentioned in #7, it would be great if you could do:

$ gulp bump --ver=1.2.0

where the ver argument would fix all configs to this version (--version is used by gulp itself).

I'm happy to send in a PR if you agree.

(in this case keeping the plugin's current name might make more sense)

Having a command line arg is set with orchestrator.
Issue is as you posted: robrich/orchestrator#17

I will close this, modifications to the plugin CLI would involve altering the usual gulp plugin usage.

#7 was in reference to https://github.com/smhg/gulp-bump/blob/1b1a95f2c1218bdd915f1265e235d2eae5d7ae9d/index.js#L14 not the CLI.