Azure / acr-builder

Azure Container Registry Build Runner
MIT License
38 stars 35 forks source link

Refactoring: CLI base render options #466

Closed ehotinger closed 1 year ago

ehotinger commented 5 years ago

There are a lot of common rendering options now available to render, exec, and build - at this point the CLI should be refactored so that these common parameters are only specified in a single place and applied to all commands. Right now they're all essentially copy/pasted between the three commands.