emicklei / gmig

Google Cloud Platform migrations tool for infrastructure-as-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

use verbose flag to expand variables in commands

emicklei opened this issue · comments

currently, the execution of commands of a section (do, undo) is printing the commands as they are written in the migration ; i.e any variables are not-expanded before writing.

this feature is to only print expanded variables if gmig is running in verbose mode.