tvooo / sublime-grunt

Moved to https://github.com/sptndc/sublime-grunt
296 stars 35 forks source link

Passing parameters to task #75

Closed norin89 closed 6 years ago

norin89 commented 10 years ago

It would be nice to have ability to pass some parameter to our tasks. E.g. I use grunt-ssh plugin to deploy to my dev environment, and I need to provide 'username' and 'password' in options. I don't want to keep those inside Gruntfile or in external JSON so I run my task like that:

grunt deploy --username MyUserName --password MySecretPassword

Any chance for that?

Regards.

JeffreyJamesAttenti commented 9 years ago

I need this to work too. These parameters are actually called options in grunt. I can't use this plugin without support for options.

tvooo commented 6 years ago

Closing due to inactivity