output to tmp/dry-run for consistency
This commit is contained in:
@@ -18,7 +18,7 @@ In this lab you will build upon the `dry-run` command to override Valet's defaul
|
|||||||
You will be performing a `dry-run` command to inspect the workflow that is converted by default. Run the following command within the codespace terminal:
|
You will be performing a `dry-run` command to inspect the workflow that is converted by default. Run the following command within the codespace terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gh valet dry-run gitlab --output-dir tmp --namespace valet --project terraform-example
|
gh valet dry-run gitlab --output-dir tmp/dry-run --namespace valet --project terraform-example
|
||||||
```
|
```
|
||||||
|
|
||||||
The converted workflow that is generated by the above command can be seen below:
|
The converted workflow that is generated by the above command can be seen below:
|
||||||
@@ -95,7 +95,7 @@ This method can use any valid ruby syntax and should return a `Hash` that repres
|
|||||||
Now you can perform another `dry-run` command and use the `--custom-transformers` CLI option to provide this custom transformer. Run the following command within your codespace terminal:
|
Now you can perform another `dry-run` command and use the `--custom-transformers` CLI option to provide this custom transformer. Run the following command within your codespace terminal:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
gh valet dry-run gitlab --output-dir tmp --namespace valet --project terraform-example --custom-transformers transformers.rb
|
gh valet dry-run gitlab --output-dir tmp/dry-run --namespace valet --project terraform-example --custom-transformers transformers.rb
|
||||||
```
|
```
|
||||||
|
|
||||||
The converted workflow that is generated by the above command will now use the custom logic for the `artifacts.terraform` step.
|
The converted workflow that is generated by the above command will now use the custom logic for the `artifacts.terraform` step.
|
||||||
|
|||||||
Reference in New Issue
Block a user