MCPcopy Create free account
hub / github.com/0xUnixIO/pulse / buildManualCommand

Function buildManualCommand

internal/serverapi/node_enroll_token.go:156–159  ·  view source on GitHub ↗
(serverURL, nodeID, token string)

Source from the content-addressed store, hash-verified

154}
155
156func buildManualCommand(serverURL, nodeID, token string) string {
157 return fmt.Sprintf("pulse-node enroll --server=%s --node-id=%s --token=%s",
158 serverURL, nodeID, token)
159}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected