Skip to content

Commit 3f21306

Browse files
lewijacnkolchfa-aws
authored andcommitted
[Migration Assistant] Add version command for migration console command reference (opensearch-project#10567)
* Add version command for migration console command reference Signed-off-by: Tanner Lewis <lewijacn@amazon.com> * Apply suggestions from code review Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --------- Signed-off-by: Tanner Lewis <lewijacn@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
1 parent 7efb14d commit 3f21306

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_migration-assistant/migration-console/migration-console-commands-references.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,15 @@ console tuples show --in /shared-logs-output/traffic-replayer-default/[NODE_ID]/
108108
```
109109
{% include copy.html %}
110110

111+
## Show version
112+
113+
Displays the version of the currently installed Migration Assistant.
114+
115+
```sh
116+
console --version
117+
```
118+
{% include copy.html %}
119+
111120
## Help option
112121

113122
All commands and options can be explored within the tool itself by using the `--help` option, either for the entire `console` application or for individual components (for example, `console backfill --help`). For example:
@@ -121,6 +130,7 @@ Options:
121130
--json
122131
-v, --verbose Verbosity level. Default is warn, -v is info, -vv is
123132
debug.
133+
--version Show the Migration Assistant version.
124134
--help Show this message and exit.
125135

126136
Commands:

0 commit comments

Comments
 (0)