instapods files commands let you manage files inside your pods without SSH.
List Files
Read a File
Write a File
Create a Directory
-p to create parent directories recursively (like mkdir -p).
Upload a File
--remote is not specified, the file is placed in the pod’s app root with the same filename.
Sync a Directory
Sync Flags
Examples
Common patterns like
node_modules, .git, .env, __pycache__, and .DS_Store are excluded by default. Add --exclude flags for any additional patterns you want to skip.