-
Notifications
You must be signed in to change notification settings - Fork 488
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize init command with optional arguments #658
Comments
I like that |
@acidtib I appreciate that! Just to clarify, I'm not advocating for replacing the You'd still be able to modify those defaults - as you are now. |
I suggest implementing a post-init banner that provides information about what should be changed in |
If I may add, another flag to remove the comments as well would be a nice to have. |
I like this. Would make it easier to parameterize if you're doing the same setup multiple times. Don't want to accept too much complexity for it, but if there's a simple shot to do this, I'm 👍 |
When running
kamal init
adeploy.yml
file with hard-coded values for repository, user, etc. is created. Users have to modify this file to suit their needs manually.Proposition
These hard-coded values could either be inferred from the environment (e.g. username, directory...) or at least be customizable in the
kamal init
command. For example:I'd be happy to work on this. What do you think?
The text was updated successfully, but these errors were encountered: