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
bicep_outdir_type=CLIArgumentType(options_list=['--outdir'], completer=DirectoriesCompleter(), help="When set, saves the output at the specified directory.")
127
-
bicep_outfile_type=CLIArgumentType(options_list=['--outfile'], completer=FilesCompleter(), help="When set, saves the output as the specified file path.")
128
-
bicep_stdout_type=CLIArgumentType(options_list=['--stdout'], action='store_true', help="When set, prints all output to stdout instead of corresponding files.")
126
+
bicep_outdir_type=CLIArgumentType(options_list=['--outdir'], completer=DirectoriesCompleter(), help="When set, saves the output file at the specified directory. Only the given file is output; for bicepparam files, the referenced template is not included.")
127
+
bicep_outfile_type=CLIArgumentType(options_list=['--outfile'], completer=FilesCompleter(), help="When set, saves the output as the specified file path. Only the given file is output; for bicepparam files, the referenced template is not included.")
128
+
bicep_stdout_type=CLIArgumentType(options_list=['--stdout'], action='store_true', help="When set, prints all output to stdout instead of corresponding files. For bicepparam files, both the parameters and the referenced Bicep template are included in the output.")
bicep_indent_size_type=CLIArgumentType(options_list=['--indent-size'], help="Number of spaces to indent with (Only valid with --indent-kind set to Space).")
131
131
bicep_insert_final_newline_type=CLIArgumentType(options_list=['--insert-final-newline'], action='store_true', help="Insert a final newline.")
0 commit comments