CLI reference
flypod forget
Remove the local folder-to-site memory; the deployed site is unaffected.
flypod forget removes the local folder-to-site link. The deployed site is not affected; this only clears local memory in projects.json.
Synopsis
flypod forget [--site <id>]With no flag, flypod forgets the current folder's link. With --site, flypod forgets every folder linked to that site id.
Flags
| Flag | Description |
|---|---|
--site <id> | Forget every folder linked to this site id. |
-h, --help | Print usage and exit. |
Examples
Forget the current folder's link:
flypod forgetForget all folders linked to a site:
flypod forget --site k3p9x2Notes
- This does not delete or expire the deployed site. It only removes local links so
flypod update,flypod versions, andflypod rollbackno longer resolve a site automatically from this folder. - After forgetting, run
flypodto create a new deploy and link, or pass--site <id>to the version commands explicitly.