Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Commit 43efa01

Browse files
committed
doc: added help_message to create_deployment
1 parent aebdbdb commit 43efa01

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bentoctl_lambda/create_deployable.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ def create_deployable(
3737
The deployable is the bento along with all the modifications (if any)
3838
requried to deploy to the cloud service.
3939
40+
Parameters
41+
----------
42+
bento_path: str
43+
Path to the bento from the bento store.
44+
destination_dir: str
45+
directory to create the deployable into.
46+
bento_metadata: dict
47+
metadata about the bento.
48+
4049
Returns
4150
-------
4251
dockerfile_path : str

0 commit comments

Comments
 (0)