File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/measuring Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ Apart from the `config.yml` some additional configuration is possible when manua
14
14
+ If given a local directory starting with ` / ` , this will be used instead.
15
15
- ` --branch ` When providing a git repository, optionally specify a branch
16
16
- ` --filename ` An optional alternative filename if you do not want to use "usage_scenario.yml"
17
- + Multiple filenames can be provided, e.g. ` --filename A.yml --filename B.yml ` (both scenarios are executed sequencially )
17
+ + Multiple filenames can be provided, e.g. ` --filename A.yml --filename B.yml ` (both scenarios are executed sequentially )
18
18
* Duplicated filenames are allowed (if you want to repeat the same file(s) multiple times, consider using ` --iterations ` )
19
19
+ Relative paths are supported, e.g. "../usage_scenario.yml"
20
- + Wildcard characters '\* ' and '?' are supported, e.g. "* .yml" (all yml files in the current directory are executed sequencially )
20
+ + Wildcard characters '\* ' and '?' are supported, e.g. "* .yml" (all yml files in the current directory are executed sequentially )
21
21
- ` --variables ` A list of string key-value pairs with variables to be replaced in the [ usage_scenario.yml →] ({{< relref "usage-scenario" >}})
22
22
+ e.g.: ` --variables '__GMT_VAR_MY_VALUE_=cats are cool' `
23
23
- ` --commit-hash-folder ` Use a different folder than the repository root to determine the commit hash for the run
You can’t perform that action at this time.
0 commit comments