faust.cli.models¶
Program faust models used to list models available.
-
class
faust.cli.models.models(ctx: click.core.Context, *args: Any, key_serializer: Union[faust.types.codecs.CodecT, str, None] = None, value_serializer: Union[faust.types.codecs.CodecT, str, None] = None, **kwargs: Any) → None[source]¶ List all available models as a tabulated list.
-
title= 'Models'¶
-
headers= ['name', 'help']¶
-
sortkey= operator.attrgetter('_options.namespace')¶
-
options= [option('--builtins/--no-builtins', default=False)]¶
-
async
run(*, builtins: bool) → None[source]¶ Dump list of available models in this application.
- Return type
None
-