mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-17 01:01:27 +08:00
Add --ask-pass to pt-agent.
This commit is contained in:
@@ -5399,6 +5399,7 @@ sub main {
|
||||
dsn_string => '',
|
||||
OptionParser => $o,
|
||||
DSNParser => $dp,
|
||||
ask_pass => $o->get('ask-pass'),
|
||||
);
|
||||
|
||||
# ########################################################################
|
||||
@@ -9268,6 +9269,10 @@ type: string
|
||||
|
||||
Your secret Percona Cloud Tools API key.
|
||||
|
||||
=item --ask-pass
|
||||
|
||||
Prompt for MySQL password.
|
||||
|
||||
=item --check-interval
|
||||
|
||||
type: time; default: 1m
|
||||
|
||||
Reference in New Issue
Block a user