MCPcopy Create free account
hub / github.com/algolia/cli / ApplicationCreateStarted

Function ApplicationCreateStarted

pkg/telemetry/events.go:191–193  ·  view source on GitHub ↗

ApplicationCreateStarted is emitted when the application creation flow begins (dry runs are not tracked).

()

Source from the content-addressed store, hash-verified

189// ApplicationCreateStarted is emitted when the application creation flow
190// begins (dry runs are not tracked).
191func ApplicationCreateStarted() Event {
192 return Event{EventApplicationCreateStarted, nil}
193}
194
195// ApplicationCreateAcceptedTerms is emitted when the user accepted the terms
196// of the selected plan.

Callers 1

runCreateCmdFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected