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
The command koyeb app init creates an application and a service. For example koyeb app init myapp --docker nginx --port 80 creates an app named myapp, and a service with the same name.
It is not possible to specify a custom application name.
We should allow the syntax app_name/service_name, and also to specify --app and --service.
The text was updated successfully, but these errors were encountered:
brmzkw
changed the title
Allow to specify the application name in koyeb app init
Allow to specify the application name/service name in koyeb app initApr 10, 2024
The command
koyeb app init
creates an application and a service. For examplekoyeb app init myapp --docker nginx --port 80
creates an app namedmyapp
, and a service with the same name.It is not possible to specify a custom application name.
We should allow the syntax
app_name/service_name
, and also to specify --app and --service.The text was updated successfully, but these errors were encountered: