MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / run_keeper_cli

Function run_keeper_cli

examples/aws_lambda/lambda_handler.py:60–65  ·  view source on GitHub ↗
(params, command)

Source from the content-addressed store, hash-verified

58# Keeper CLI function
59# ------------------------------------------------------
60def run_keeper_cli(params, command):
61 from keepercommander import cli
62
63 cli.do_command(params, command)
64 # No return statement as this function runs the CLI command
65 # without returning anything in Python
66
67# ------------------------------------------------------
68# Lambda handler

Callers 1

lambda_handlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected