prefect.cli.server
Command line interface for working with the Prefect API and server.
Functions
generate_welcome_blurb
prestart_check
PREFECT_API_URL
is set in the current profile. If not, prompt the user to set it.
Args:
base_url
: The base URL the server will be running on
start
stop
reset
upgrade
downgrade
revision
stamp
run_manager_process
prefect server services start --background
.
Users do not call this directly.
We do everything in sync so that the child won’t exit until the user kills it.