faust.cli.clean_versions
¶
Program faust reset
used to delete local table state.
- class faust.cli.clean_versions.clean_versions(ctx: Context, *args: Any, key_serializer: Optional[Union[CodecT, str]] = None, value_serializer: Optional[Union[CodecT, str]] = None, **kwargs: Any)[source]¶
Delete old version directories.
Warning
This command will result in the destruction of the following files:
Table data for previous versions of the app.