Bug 1416936
Summary: | oc process usage section in oc process -h is not updated with the changes in 3.5 | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Siva Reddy <schituku> |
Component: | oc | Assignee: | Juan Vallejo <jvallejo> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Xingxing Xia <xxia> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.5.0 | CC: | aos-bugs, jokerman, jvallejo, mmccomas, tdawson, xiaocwan |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-03-02 22:23:22 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Siva Reddy
2017-01-26 20:22:20 UTC
Related PR: https://github.com/openshift/origin/pull/12724 Verified on oc v3.5.0.30-1+35fa4bf -v is dropped and is not in the help info, -p is clear with usage. # oc process -h ... Usage: oc process (TEMPLATE | -f FILENAME) [-p=KEY=VALUE] [options] ... -p, --param=[]: Specify a key-value pair (eg. -p FOO=BAR) to set/override a parameter value in the template. ... # oc process -p MYSQL_USER=myname -f https://raw.githubusercontent.com/openshift/origin/master/examples/sample-app/application-template-stibuild.json Command output the processed json # oc process -p MYSQL_USER=myname -f https://raw.githubusercontent.com/openshift/origin/master/examples/sample-app/application-template-stibuild.json |oc create -f - secret "dbsecret" created service "frontend" created route "route-edge" created imagestream "origin-ruby-sample" created imagestream "ruby-22-centos7" created buildconfig "ruby-sample-build" created deploymentconfig "frontend" created service "database" created deploymentconfig "database" created Since this never reached customers, I am closing this bug. |