-
Notifications
You must be signed in to change notification settings - Fork 5
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
hal component subcommands are confusing #40
Comments
That's not quite true but I understand the confusion. |
So is there currently an alternative to |
Perhaps it could be |
If I can help it, no! 😁 |
Ideally, there should be, yes. |
Speaking of which, has anyone tried the new version? #32 |
Since, we have |
Damn, create is already used! Maybe |
The new |
After a long discussion I had with @metacosm on zulip I'd like to share some thoughts. Scaffolding should have it own command. Something like Then' Some technical concerns around this suggestion, is that we will have to ask the user twice about the runtime, which is bad ux. To overcome this issue, we could save information like the runtime, the version etc in a .hal file, that wil be created when we scaffold. An alternative would be to implement a mechanism to detect the target runtime, using parsing of known project models (maven, gradle, npm). |
Opened a new issue for this: #57 |
Going through the demo I see
hal component spring-boot
andhal component create
which is confusing.As both pretty much imply
skafolding. The latter should be
deploy` or something.The text was updated successfully, but these errors were encountered: