Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b232f28

Browse files
committed
Add write-config to proxy server
1 parent 5ac70d5 commit b232f28

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

codersdk/deployment.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,10 +1459,11 @@ when required by your organization's security policy.`,
14591459
Name: "Write Config",
14601460
Description: `
14611461
Write out the current server config as YAML to stdout.`,
1462-
Flag: "write-config",
1463-
Group: &deploymentGroupConfig,
1464-
Hidden: false,
1465-
Value: &c.WriteConfig,
1462+
Flag: "write-config",
1463+
Group: &deploymentGroupConfig,
1464+
Hidden: false,
1465+
Value: &c.WriteConfig,
1466+
Annotations: clibase.Annotations{}.Mark(flagExternalProxies, "true"),
14661467
},
14671468
{
14681469
Name: "Support Links",

0 commit comments

Comments
 (0)