jkrup/meteor-now

Passing in --token for CD

janat08 opened this issue · 3 comments

Is your feature request related to a problem? Please describe.
Can't set up CD

Describe the solution you'd like
passing unrecognized parameters to now-cli

Describe alternatives you've considered
non

Additional context
trying to setup gitlab Continuous Delivery on the shared runners (public resources)

Same issue here. Looks like it is not possible to pass now options at all.
Other examples are --regions or --force.

Maybe we should add an option like --now-options which could be used to bypass options to the now process.
So it would be possible to call meteor-now --now-options="--token xyz --regions sfo".
What do you think @jkrup ?

Seems like it should already work if I take a look at

export const getRemainingOptions = () => {

I suppose this is fixed