def cli(ctx): LOG.debug("JD Cloud Serverless Logs Command") pass
def cli(ctx): LOG.debug("JD Cloud Serverless Validate Command") pass
def cli(ctx): LOG.debug("JD Cloud Serverless Deploy Command") pass
class CommonHelp: FUNCTION_NAME = "Function name." RUNTIME_STR = LOG.style(", ".join(RUNTIMES), fg="green")
def cli(ctx): LOG.debug("JD Cloud Serverless Package Command") pass
def cli(ctx): LOG.debug("JD Cloud FS CLI Started")
def cli(ctx): LOG.debug("JD Cloud Serverless Build Command") pass