We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5aaddc commit a9ca459Copy full SHA for a9ca459
lib/cli/src/commands/app/purge_cache.rs
@@ -47,7 +47,7 @@ impl AsyncCliCommand for CmdAppPurgeCache {
47
let vars = wasmer_api::types::PurgeCacheForAppVersionVars { id: version_id };
48
wasmer_api::query::purge_cache_for_app_version(&client, vars).await?;
49
50
- println!("Caches purged!");
+ println!("🚽 swirl! All caches have been purged!");
51
52
Ok(())
53
}
0 commit comments