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
1414 + If given a local directory starting with ` / ` , this will be used instead.
1515- ` --branch ` When providing a git repository, optionally specify a branch
1616- ` --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 )
1818 * Duplicated filenames are allowed (if you want to repeat the same file(s) multiple times, consider using ` --iterations ` )
1919 + 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 )
2121- ` --variables ` A list of string key-value pairs with variables to be replaced in the [ usage_scenario.yml →] ({{< relref "usage-scenario" >}})
2222 + e.g.: ` --variables '__GMT_VAR_MY_VALUE_=cats are cool' `
2323- ` --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