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
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
-
# rabbitmqadmin gen 2 Change Log
1
+
# rabbitmqadmin-ng Change Log
2
2
3
-
## v2.0.0 (in development)
3
+
## v2.1.0 (in development)
4
+
5
+
No changes yet.
6
+
7
+
8
+
## v2.0.0 (Mar 31, 2024)
4
9
5
10
### Enhancements
6
11
@@ -48,8 +53,8 @@ These environment variables are as follows:
48
53
|`RABBITMQADMIN_CONFIG_FILE_PATH`| Local filesystem path | Pre-flight (before command execution) | Same meaning as the global `--confg-file` argument |
49
54
|`RABBITMQADMIN_NON_INTERACTIVE_MODE`| Boolean | Command execution | Enables the non-interactive mode.<br><br>Same meaning as the global `--non-interactive` argument |
50
55
|`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. |
56
+
|`RABBITMQADMIN_INFER_SUBCOMMANDS`| Boolean | Pre-flight (before command execution) | Enables inference (completion of partial names) of subcommands.Does not apply to the non-interactive mode. |
57
+
|`RABBITMQADMIN_INFER_LONG_OPTIONS`| Boolean | Pre-flight (before command execution) | Enables inference (completion of partial names) of `--long-options`. Does not apply to the non-interactive mode. |
53
58
|`RABBITMQADMIN_NODE_ALIAS`| String | Command execution | Same meaning as the global `--node` argument |
54
59
|`RABBITMQADMIN_TARGET_HOST`| String | Command execution | Same meaning as the global `--host` argument |
55
60
|`RABBITMQADMIN_TARGET_PORT`| Positive integer | Command execution | Same meaning as the global `--port` argument |
0 commit comments