-
Notifications
You must be signed in to change notification settings - Fork 243
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
Update desription for ocdev create #335
Update desription for ocdev create #335
Conversation
cmd/create.go
Outdated
|
||
If component name is not provided, component type value will be used for the name. | ||
|
||
OpenShift built-in types: httpd, nodejs, perl, php, python, ruby, wildfly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if it is a good idea to have the list here. It will be hard to keep this update.
Just referring to ocdev component list
is I think enough.
8341a9a
to
f543765
Compare
Thanks @kadel I've updated it and added one more line with regards to using Python, but that's it. You're right, since OpenShift is constantly adding new containers / build images, it'd be hard to maintain that list. |
f543765
to
dc2a944
Compare
cmd/create.go
Outdated
# Create a Ruby component | ||
ocdev create ruby | ||
|
||
# Create a Python component |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indentation. There should be two spaces at the beginning to alight it with everything else.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stupid vim haha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops vim
dc2a944
to
dc13513
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, merge it after rebase
Updates the description for ocdev create with a bit more information.
dc13513
to
e97df08
Compare
Thx! Rebased 👍 |
Updates the description for ocdev create with a bit more information.