@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix flag typo in "Managing Caches" documentation

Summary: See PHI1392. This flag is `--all`, not `--all-caches`.

Test Plan: Ran `bin/cache purge --all`.

Differential Revision: https://secure.phabricator.com/D20722

+1 -1
+1 -1
src/docs/user/configuration/managing_caches.diviner
··· 41 41 This tool can purge caches in a granular way, but it's normally easiest to 42 42 just purge all of the caches: 43 43 44 - phabricator/ $ ./bin/cache purge --purge-all 44 + phabricator/ $ ./bin/cache purge --all 45 45 46 46 You can purge caches safely. The data they contain can always be rebuilt from 47 47 other data if Phabricator needs it.