Skip to content
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

wrong help in odo url #2260

Closed
kadel opened this issue Oct 9, 2019 · 1 comment · Fixed by #2264
Closed

wrong help in odo url #2260

kadel opened this issue Oct 9, 2019 · 1 comment · Fixed by #2264
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).

Comments

@kadel
Copy link
Member

kadel commented Oct 9, 2019

The create and delete commands for url are specifying the first argument as component name. It should be url name

▶ ./odo url create -h
Create a URL for a component.

The created URL can be used to access the specified component from outside the OpenShift cluster.

Usage:
  odo url create [component name] [flags]
▶ odo url delete -h
Delete the given URL, hence making the service inaccessible.

Usage:
  odo url delete [component name] [flags]
@amitkrout
Copy link
Contributor

/kind bug
/priority high

@openshift-ci-robot openshift-ci-robot added kind/bug Categorizes issue or PR as related to a bug. priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)). labels Oct 9, 2019
cdrage added a commit to cdrage/odo that referenced this issue Oct 9, 2019
Updates the help usage for odo url create / delete.

Closes redhat-developer#2260
openshift-merge-robot pushed a commit that referenced this issue Oct 9, 2019
Updates the help usage for odo url create / delete.

Closes #2260
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/High Important issue; should be worked on before any other issues (except priority/Critical issue(s)).
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants