aztfmod / rovergo

The next version of Rover, the command line tool for Azure CAF Landingzones. Developed in Go
MIT License
10 stars 7 forks source link

parse symphony.yml in ci command #27

Closed sebastus closed 3 years ago

sebastus commented 3 years ago

resolves #14

so the values in the config can be used in the program

--symphony-config can be aliased as --sc or -c

sebastus commented 3 years ago

strictly speaking, it's not necessary to parse symphony.yml in the top level ci command. but the ci commands are in another issue. So when this pr is merged and I get to the next one, I'll move the parse down to the sub-commands.