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.
flypod install skill
Write the flypod Agent Skill into your repo so coding agents (Claude Code, Codex, Cursor, Gemini CLI, Copilot) know how to deploy with flypod.
flypod token
Reveal the manage token for a site you deployed, for the rare case where you need to act on it from a machine that doesn't remember it.