Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ JSONFormat
Function
JSONFormat
cli/cliui/output.go:168–170 ·
view source on GitHub ↗
JSONFormat creates a JSON formatter.
()
Source
from the content-addressed store, hash-verified
166
167
// JSONFormat creates a JSON formatter.
168
func
JSONFormat() OutputFormat {
169
return
jsonFormat{}
170
}
171
172
// ID implements OutputFormat.
173
func
(jsonFormat) ID() string {
Callers
15
templatePresetsList
Method · 0.92
showOrganizationRoles
Method · 0.92
createOrganizationRole
Method · 0.92
updateOrganizationRole
Method · 0.92
templateList
Method · 0.92
whoami
Method · 0.92
workspaceACLToTable
Function · 0.92
listOrganizationMembers
Method · 0.92
scheduleShow
Method · 0.92
taskStatus
Method · 0.92
provisionerJobsList
Method · 0.92
taskLogs
Method · 0.92
Calls
no outgoing calls
Tested by
1
Test_OutputFormatter
Function · 0.74