def __init__(self, shell_conn, username="******", password="******"): CbCmdBase.__init__(self, shell_conn, "couchbase-cli", username=username, password=password)
def __init__(self, shell_conn, username="******", password="******"): CbCmdBase.__init__(self, shell_conn, "mcstat", username=username, password=password)
def __init__(self, shell_conn, username="******", password="******"): CbCmdBase.__init__(self, shell_conn, "cbcollect_info", username=username, password=password)
def __init__(self, shell_conn, port=11210, username="******", password="******"): CbCmdBase.__init__(self, shell_conn, "cbepctl", port=port, username=username, password=password)
def __init__(self, shell_conn, username="******", password="******", no_ssl_verify=None): CbCmdBase.__init__(self, shell_conn, "couchbase-cli", username=username, password=password) if no_ssl_verify is None: no_ssl_verify = CbServer.use_https self.cli_flags = "" if no_ssl_verify: self.cli_flags += " --no-ssl-verify"
def __init__(self, shell_conn): CbCmdBase.__init__(self, shell_conn, "cbstats")