cloud
__init__
prefect.cli.cloud
Command line interface for interacting with Prefect Cloud
Functions
set_login_api_ready_event
receive_login
receive_failure
confirm_logged_in
get_current_workspace
prompt_select_from_list
Given a list of options, display the values to user in a table and prompt them to select one.
Args:
options
: A list of options to present to the user. A list of tuples can be passed as key value pairs. If a value is chosen, the key will be returned.
Returns:
- the selected option