File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 44 workflow_dispatch : # Allows manual triggering
55 inputs :
66 version :
7- description : ' Release version (e.g., 3.0.4), you must have a changelog ready for this version (e.h . 3.0.4-snapshot-20231001)'
7+ description : ' Release version (e.g., 3.0.4), you must have a changelog ready for this version (e.g . 3.0.4-snapshot-20231001)'
88 required : true
99 type : string
1010
Original file line number Diff line number Diff line change @@ -275,6 +275,8 @@ USAGE:
275275 Get the status of async-profiler on a running Java application
276276
277277OPTIONS :
278+ -verbose -v, enable verbose output for the plugin
279+ -app-instance-index -i [index], select to which instance of the app to connect
278280 -args -a, Miscellaneous arguments to pass to the command (if supported) in the
279281 container, be aware to end it with a space if it is a simple option. For
280282 commands that create arbitrary files (jcmd, asprof), the environment
@@ -290,8 +292,6 @@ OPTIONS:
290292 defaults to the current directory
291293 -no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
292294 container, implies '--keep'
293- -verbose -v, enable verbose output for the plugin
294- -app-instance-index -i [index], select to which instance of the app to connect
295295
296296</pre>
297297
@@ -429,9 +429,7 @@ create GitHub issues for security-related doubts or problems.
429429
430430# # Changelog
431431
432- # ## Snapshot
433-
434- # ## 4.0.1
432+ # ## 4.0.1-snapshot
435433
436434- Fix thread-dump command
437435
You can’t perform that action at this time.
0 commit comments