Skip to content

Commit 62e60c0

Browse files
committed
Added command to cli
1 parent 66c95ed commit 62e60c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

functions.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from cli.marketplace.build import build_marketplace_cli
66
from cli.new_item import new_item
77
from cli.test_suite import test_suite
8-
8+
from cli.function_to_item import function_to_item_cli
99

1010
@click.group()
1111
def cli():
@@ -14,6 +14,7 @@ def cli():
1414

1515
cli.add_command(new_item)
1616
cli.add_command(item_to_function, name="update-function-yaml")
17+
cli.add_command(function_to_item_cli, name="function-to-item")
1718
cli.add_command(test_suite, name="run-tests")
1819
cli.add_command(build_marketplace_cli, name="build-marketplace")
1920
cli.add_command(create_legacy_catalog)

0 commit comments

Comments
 (0)