keep_warms
Print a list of the deployments that have Keep Warm enabled.
Parameters
mb.keep_warms(...)
branch
:Optional[str]
The branch used when listing deployments with Keep Warm enabled. If omitted, the current branch is used.
Returns
A table is printed showing the deployments with Keep Warm enabled.
Examples
List all Keep Warm deployments
mb.keep_warms() # uses the current branch
Or, specify a branch:
mb.keep_warms(branch="my_project")