We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a991a commit 310c1d3Copy full SHA for 310c1d3
_cmd.py
@@ -2017,6 +2017,9 @@ def __init__(self):
2017
2018
def _do_command(self, obd):
2019
args = copy.copy(self.args)
2020
+ if args[0]=="deploy":
2021
+ ROOT_IO.print("Use 'obd tool install %s' instead" % COMP_OCEANBASE_DIAGNOSTIC_TOOL)
2022
+ return obd.install_tool(COMP_OCEANBASE_DIAGNOSTIC_TOOL)
2023
for i in range(len(self.args)):
2024
if isinstance(self.args[i], str) and (self.args[i].startswith('--') or self.args[i].startswith('-')):
2025
if self.args[i] == "--help" or self.args[i] == "-h":
0 commit comments