File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,29 @@ command.private
467
467
468
468
See https://bashly.dannyb.co/configuration/command/#private
469
469
470
+ command.variables
471
+
472
+ Define a list of global bash variables.
473
+
474
+ variables:
475
+ # Simple value
476
+ - name: output_folder
477
+ value: output
478
+
479
+ # Array
480
+ - name: download_sources
481
+ value:
482
+ - youtube
483
+ - instagram
484
+
485
+ # Associative array
486
+ - name: zip_options
487
+ value:
488
+ pattern: "*.json"
489
+ compression_level: fast
490
+
491
+ See https://bashly.dannyb.co/configuration/command/#variables
492
+
470
493
command.version
471
494
472
495
Specify the version to show when running with --version.
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ command.group
27
27
command.help
28
28
command.name
29
29
command.private
30
+ command.variables
30
31
command.version
31
32
environment_variable
32
33
environment_variable.default
Original file line number Diff line number Diff line change 1
- + bundle exec bashly generate
1
+ + bashly generate
2
2
creating user files in src
3
3
skipped src/download_command.sh (exists)
4
4
skipped src/compress_command.sh (exists)
You can’t perform that action at this time.
0 commit comments