Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ console tuples show --in /shared-logs-output/traffic-replayer-default/[NODE_ID]/
```
{% include copy.html %}

## Show version

Displays the version of the currently installed Migration Assistant.

```sh
console --version
```
{% include copy.html %}

## Help option

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:
Expand All @@ -120,6 +129,7 @@ Options:
--json
-v, --verbose Verbosity level. Default is warn, -v is info, -vv is
debug.
--version Show the Migration Assistant version.
--help Show this message and exit.

Commands:
Expand Down
Loading