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.
- remove_old_versiondirs() None [source]¶
Remove data from old application versions from data directory.
- Return type:
None
- key_serializer: Optional[Union[CodecT, str]]¶
The codec used to serialize keys. Taken from instance parameters or
key_serializer
.
- value_serialier: Optional[Union[CodecT, str]]¶
The codec used to serialize values. Taken from instance parameters or
value_serializer
.
- stdout: IO¶
- stderr: IO¶
- args: Tuple¶