You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -89,6 +90,10 @@ var ContextOptions = []ContextOption{
89
90
Name: ContextOptionSSHConfigPath,
90
91
Description: "Specifies the path where the ssh config should be written to",
91
92
},
93
+
{
94
+
Name: ContextOptionSSHConfigIncludePath,
95
+
Description: "Specifies an alternate path where DevPod host entries should be written. Use this when your main SSH config is read-only (e.g., managed by Nix). Your main SSH config should have an Include directive pointing to this file.",
96
+
},
92
97
{
93
98
Name: ContextOptionAgentInjectTimeout,
94
99
Description: "Specifies the timeout to inject the agent",
0 commit comments