File Operations
Control which files your local process reads and writes remotely
Choosing a mode
Mode
Behavior
Use when
{
"feature": {
"fs": {
"mode": "read"
}
}
}Reading specific files remotely
{
"feature": {
"fs": {
"mode": "localwithoverrides",
"read_only": ["/etc/config/.*", "/var/secrets/.*"]
}
}
}Writing files remotely
Keeping specific files local
Common scenarios
Last updated
Was this helpful?

