@@ -85,20 +85,20 @@ var jsonNoOpCommands = map[string]bool{
8585
8686// interactiveOnlyCommands maps command paths to the reason they cannot support --format json.
8787var interactiveOnlyCommands = map [string ]string {
88- "scion attach" : "it requires an interactive terminal session" ,
89- "scion logs" : "it produces streaming output" ,
90- "scion broker start" : "it runs a long-running server process" ,
91- "scion broker stop" : "it manages a daemon process" ,
92- "scion broker register" : "it requires interactive prompts" ,
93- "scion broker deregister" : "it requires interactive prompts" ,
94- "scion broker provide" : "it requires interactive prompts" ,
95- "scion broker withdraw" : "it requires interactive prompts" ,
96- "scion server start" : "it runs a long-running server process" ,
97- "scion server stop" : "it manages a server process" ,
98- "scion server status" : "it manages a server process" ,
99- "scion message" : "it is used for internal agent messaging" ,
100- "scion msg" : "it is used for internal agent messaging" ,
101- "scion cdw" : "it is a shell integration command" ,
102- "scion hub auth login" : "it requires interactive browser authentication" ,
103- "scion hub auth logout" : "it manages authentication state" ,
88+ "scion attach" : "it requires an interactive terminal session" ,
89+ "scion logs" : "it produces streaming output" ,
90+ "scion broker start" : "it runs a long-running server process" ,
91+ "scion broker stop" : "it manages a daemon process" ,
92+ "scion broker register" : "it requires interactive prompts" ,
93+ "scion broker deregister" : "it requires interactive prompts" ,
94+ "scion broker provide" : "it requires interactive prompts" ,
95+ "scion broker withdraw" : "it requires interactive prompts" ,
96+ "scion server start" : "it runs a long-running server process" ,
97+ "scion server stop" : "it manages a server process" ,
98+ "scion server status" : "it manages a server process" ,
99+ "scion message" : "it is used for internal agent messaging" ,
100+ "scion msg" : "it is used for internal agent messaging" ,
101+ "scion cdw" : "it is a shell integration command" ,
102+ "scion hub auth login" : "it requires interactive browser authentication" ,
103+ "scion hub auth logout" : "it manages authentication state" ,
104104}
0 commit comments