MCPcopy Create free account
hub / github.com/auth0/auth0-cli / getSupportedQuickstartTypes

Function getSupportedQuickstartTypes

internal/cli/quickstarts.go:1246–1253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1244}
1245
1246func getSupportedQuickstartTypes() []string {
1247 var types []string
1248 for key := range auth0.QuickstartConfigs {
1249 types = append(types, key)
1250 }
1251 sort.Strings(types)
1252 return types
1253}
1254
1255// frameworksForType returns the list of unique frameworks available for the given app type.
1256func frameworksForType(qsType string) []string {

Callers 2

createQuickstartAppFunction · 0.85

Calls

no outgoing calls

Tested by 1