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

"odo update -h" shows erroneously the command intent #1199

Closed
jorgemoralespou opened this issue Jan 14, 2019 · 2 comments
Closed

"odo update -h" shows erroneously the command intent #1199

jorgemoralespou opened this issue Jan 14, 2019 · 2 comments

Comments

@jorgemoralespou
Copy link
Contributor

[kind/bug]

odo update -h
Update the source code path of a component

Usage:
  odo update [flags]

Examples:
  # Change the source code path of a currently active component to local (use the current directory as a source)
  odo update --local

  # Change the source code path of the frontend component to local with source in ./frontend directory
  odo update frontend --local ./frontend

  # Change the source code path of a currently active component to git
  odo update --git https://github.com/openshift/nodejs-ex.git

  # Change the source code path of the component named node-ex to git
  odo update node-ex --git https://github.com/openshift/nodejs-ex.git

  # Change the source code path of the component named wildfly to a binary named sample.war in ./downloads directory
  odo update wildfly --binary ./downloads/sample.war

Per the command seems that update:

  • can only update the source path of a component (misleading)

Related to #1198

@kadel
Copy link
Member

kadel commented Dec 16, 2019

/close
see #2155

@openshift-ci-robot
Copy link
Collaborator

@kadel: Closing this issue.

In response to this:

/close
see #2281

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants