Usage: fal run [-h] [--team TEAM] [--no-cache] [--app-name APP_NAME]
[--auth AUTH] [--env ENV] func_ref
Run fal function.
Positional Arguments:
func_ref Function reference. Configure team in pyproject.toml for app names.
Options:
-h, --help show this help message and exit
--team TEAM The team to use.
--no-cache Do not use the cache for the environment build.
--app-name APP_NAME Application name to run with.
--auth AUTH Application authentication mode (private, public), defaults to public.
--env ENV Target environment (defaults to main).
Examples:
fal run path/to/myfile.py::myfunc
fal run path/to/myfile.py::myfunc --env staging
fal run path/to/myfile.py::MyApp --auth private