You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When introducing colleagues to Bicep, I demonstrated the decompilation process of existing ARM templates into a basic .bicep file. After working through some changes & updates in the .bicep file, we tried to build the ARM template using bicep.exe compile which returns a Syntax error, as the correct verb is build.
Please consider creating an alias for the build verb as compile to help logical flow from decompiling.
The text was updated successfully, but these errors were encountered:
I'm open to someone adding this, but once #858 is done, my guess is the need to compile bicep is going to go way down so it's not likely something we will get to ourselves.
Upon further discussion, we'd like to just have one command and not introduce any potential confusion for why there would be two commands. Going to close this for now, but feel free to continue to comment on the thread
When introducing colleagues to Bicep, I demonstrated the decompilation process of existing ARM templates into a basic .bicep file. After working through some changes & updates in the .bicep file, we tried to build the ARM template using
bicep.exe compile
which returns a Syntax error, as the correct verb isbuild
.Please consider creating an alias for the
build
verb ascompile
to help logical flow from decompiling.The text was updated successfully, but these errors were encountered: