You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ These environment variables are as follows:
48
48
|`RABBITMQADMIN_CONFIG_FILE_PATH`| Local filesystem path | Pre-flight (before command execution) | Same meaning as the global `--confg-file` argument |
49
49
|`RABBITMQADMIN_NON_INTERACTIVE_MODE`| Boolean | Command execution | Enables the non-interactive mode.<br><br>Same meaning as the global `--non-interactive` argument |
50
50
|`RABBITMQADMIN_QUIET_MODE`<br> | Boolean | Command execution | Instructs the tool to produce less output.<br><br>Same meaning as the global `--quiet` argument |
51
+
|`RABBITMQADMIN_INFER_SUBCOMMANDS`| Boolean | Pre-flight (before command execution) | Enables inference (completion of partial names) of subcommands .<br><br>Does not apply to the non-interactive mode. |
52
+
|`RABBITMQADMIN_INFER_LONG_OPTIONS`| Boolean | Pre-flight (before command execution) | Enables inference (completion of partial names) of `--long-options` .<br><br>Does not apply to the non-interactive mode. |
51
53
|`RABBITMQADMIN_NODE_ALIAS`| String | Command execution | Same meaning as the global `--node` argument |
52
54
|`RABBITMQADMIN_TARGET_HOST`| String | Command execution | Same meaning as the global `--host` argument |
53
55
|`RABBITMQADMIN_TARGET_PORT`| Positive integer | Command execution | Same meaning as the global `--port` argument |
@@ -59,7 +61,6 @@ These environment variables are as follows:
59
61
|`RABBITMQADMIN_PASSWORD`| String | Command execution | Same meaning as the global `--password` argument |
60
62
|`RABBITMQADMIN_TABLE_STYLE`| Enum, see `--table-style` in `rabbitmqadmin help`| Command execution | Same meaning as the global `--table-style` argument |
0 commit comments