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
Copy file name to clipboardExpand all lines: core/commands/config.go
+24-7Lines changed: 24 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ var configShowCmd = &cmds.Command{
153
153
NOTE: For security reasons, this command will omit your private key. If you would like to make a full backup of your config (private key included), you must copy the config file from your repo.
154
154
`,
155
155
},
156
-
156
+
Type: map[string]interface{}{},
157
157
Run: func(req cmds.Request, res cmds.Response) {
158
158
cfgPath:=req.InvocContext().ConfigRoot
159
159
fname, err:=config.Filename(cfgPath)
@@ -180,14 +180,31 @@ NOTE: For security reasons, this command will omit your private key. If you woul
0 commit comments