Skip to content

Commit 45ce5d8

Browse files
committed
doc replaceOutput
1 parent 2459d09 commit 45ce5d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/command_adv2v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ atlas tf adv2v2 -f in.tf -o out.tf
2323

2424
- `--file` or `-f`: Input file path containing the `mongodbatlas_advanced_cluster` configuration
2525
- `--output` or `-o`: Output file path for the converted Provider 2.0.0 configuration
26-
- `--replaceOutput` or `-r`: Overwrite the file at the output path if it already exists. You can pass the input file path to this flag to modify the format in-place.
26+
- `--replaceOutput` or `-r`: Overwrite the file at the output path if it already exists. You can also modify the input file in-place.
2727
- `--watch` or `-w`: Keep the plugin running and watching for changes in the input file
2828

2929
## Examples

docs/command_clu2adv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ atlas tf clu2adv -f in.tf -o out.tf
2222

2323
- `--file` or `-f`: Input file path containing the `mongodbatlas_cluster` configuration
2424
- `--output` or `-o`: Output file path for the converted `mongodbatlas_advanced_cluster` configuration
25-
- `--replaceOutput` or `-r`: Overwrite the output file if it exists, or even use the same output file as the input file
25+
- `--replaceOutput` or `-r`: Overwrite the file at the output path if it already exists. You can also modify the input file in-place.
2626
- `--watch` or `-w`: Keep the plugin running and watching for changes in the input file
2727
- `--includeMoved` or `-m`: Include the `moved blocks` in the output file
2828

0 commit comments

Comments
 (0)