craigmonson / colonize

A terraform tool to manage environment driven templating.
MIT License
20 stars 5 forks source link

Some commands (like prep) don't need --skip-remote et al. #40

Closed craigmonson closed 7 years ago

craigmonson commented 7 years ago

prep (and possibly others) don't need skip-remote or remote-after-apply flags. We should clean these up.

jyore commented 7 years ago

I agree. Perhaps a helper method to apply the flag to a given command that we can call in the commands that require it's init method would be a good approach, so we are not duplicating