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
createAppCmd.Flags().Bool("delete-when-empty", false, "Automatically delete the app after the last service is deleted. Empty apps created without services are not deleted.")
41
+
createAppCmd.Flags().StringP("project", "p", "", "Project name or ID")
updateAppCmd.Flags().StringP("name", "n", "", "Change the name of the app")
131
137
updateAppCmd.Flags().StringP("domain", "D", "", "Change the subdomain of the app (only specify the subdomain, skipping \".koyeb.app\")")
132
138
updateAppCmd.Flags().Bool("delete-when-empty", false, "Automatically delete the app after the last service is deleted. Empty apps created without services are not deleted.")
139
+
updateAppCmd.Flags().StringP("project", "p", "", "Project name or ID (optional context)")
getDbCmd.Flags().String("app", "", "Database application. If the application does not exist, it will be created. Can also be provided in the database name with the format `app-name/database-name`")
38
+
getDbCmd.Flags().StringP("project", "p", "", "Project name or ID")
0 commit comments