-
Notifications
You must be signed in to change notification settings - Fork 814
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I am using the Bicep snapshot functionality more frequently (as I'm sure many others are) and it would be good to know of any of the following features are planned?
Describe the solution you'd like
- The option to create snapshots using the Visual Studio Code extension, ie: in right click menus on/in active file types which are supported, similar to how "Build Parameters File" & "Build ARM Template" work in the UI.
- The ability to use
--patternwithbicep snapshotlike the other bicep commands. eg:bicep snapshot --pattern './dir/**/*.bicepparam', This would make it orders of magnitude faster than looping over multiple files and processing each usingbicep snapshot example.bicepparam
I have built a custom binary using Bicep.RpcClient that uses a pattern to snapshot files as above, however it would be great if this was supported natively within the bicep binary.
Many Thanks
clemyp, simonwindeler-newday, darrenh1889, fabienmazieres, StephenBearHandley and 1 more
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo