summaryrefslogtreecommitdiff
path: root/doc/ale-bicep.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ale-bicep.txt')
-rw-r--r--doc/ale-bicep.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/ale-bicep.txt b/doc/ale-bicep.txt
index d26d67bc..a5ab645d 100644
--- a/doc/ale-bicep.txt
+++ b/doc/ale-bicep.txt
@@ -16,9 +16,28 @@ g:ale_bicep_bicep_executable *g:ale_bicep_bicep_executable*
g:ale_bicep_bicep_options *g:ale_bicep_bicep_options*
*b:ale_bicep_bicep_options*
Type: |String|
- Default: `'build --outfile /dev/null'`
+ Default: `''`
This variable can be set to pass additional options to bicep.
+
+===============================================================================
+az_bicep *ale-bicep-az_bicep*
+
+g:ale_bicep_az_bicep_executable *g:ale_bicep_az_bicep_executable*
+ *b:ale_bicep_az_bicep_executable*
+ Type: |String|
+ Default: `'az'`
+
+ This variable can be set to change the path to az_bicep.
+
+
+g:ale_bicep_az_bicep_options *g:ale_bicep_az_bicep_options*
+ *b:ale_bicep_az_bicep_options*
+ Type: |String|
+ Default: `''`
+
+ This variable can be set to pass additional options to az_bicep.
+
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: