faust.cli.clean_versions

Program faust reset used to delete local table state.

class faust.cli.clean_versions.clean_versions(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]

Delete old version directories.

Warning

This command will result in the destruction of the following files:

  1. Table data for previous versions of the app.

async run() → None[source]

Execute command.

Return type

None

remove_old_versiondirs() → None[source]

Remove data from old application versions from data directory.

Return type

None