You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short: "Scaffold a new app repo from the Javabin app template",
21
-
Long: "Interactive wizard that creates a new repo under javaBin/ from the app-template, customizes it for your runtime, and optionally registers it with the platform.",
23
+
Long: "Interactive wizard that creates a new repo under javaBin/ from the app-template and customizes it for your runtime.",
22
24
RunE: runInit,
23
25
}
24
26
@@ -265,26 +267,38 @@ jobs:
265
267
}
266
268
fmt.Println("done")
267
269
268
-
// Optionally register
269
-
doRegister:=prompt("\nRegister with platform now? (y/n)", "y")
270
-
ifstrings.ToLower(doRegister) =="y" {
271
-
filePath:=fmt.Sprintf("apps/%s.yaml", name)
272
-
branchName:=fmt.Sprintf("register-%s", name)
273
-
prTitle:=fmt.Sprintf("Register %s", name)
274
-
prBody:=fmt.Sprintf("Register `javaBin/%s` with team `%s`.\n\nCreated by `javabin init`.", name, team)
0 commit comments