diff --git a/anvil-python/anvil/commands/refresh.py b/anvil-python/anvil/commands/refresh.py index e99c2e1..eac77fd 100644 --- a/anvil-python/anvil/commands/refresh.py +++ b/anvil-python/anvil/commands/refresh.py @@ -142,11 +142,7 @@ def refresh( client = deployment.get_client() manifest = None - if clear_manifest: - raise click.ClickException( - "Anvil does not currently support clear-manifest." - ) - elif manifest_path: + if manifest_path: manifest = Manifest.load( deployment, manifest_file=manifest, include_defaults=True )