| Summary: | [fork][origin_ui_82]Don't have deployment command info in the help of rhc | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Wei Sun <wsun> |
| Component: | oc | Assignee: | Fabiano Franz <ffranz> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | ffranz, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | fork_ami_origin_ui_82_897 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-17 13:34:51 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: | |
|
Description
Wei Sun
2013-10-10 10:17:45 UTC
fork_ami_origin_ui_82_897 Verified it with rhc built from fork_ami_origin_ui_82_897 #rhc --help|grep deployment deployment Commands for deploying and managing deployments of an application # rhc help deployment Usage: rhc deployment <action> By default OpenShift applications prepare, distribute and activate deployments on every git push. Alternatively, an user may choose to disable automatic deployments and use this 'rhc deployment' set of commands to fully control the deployment lifecycle. Use these commands to deploy manually from a git reference or from a binary file, list and display deployments and also activate existing deployments. Check also 'rhc configure-app' to configure your application to deploy manually. List of Actions activate Activate an existing deployment list List the existing deployments of an application show Show details of the given deployment # rhc deploy [tab] deploy deploy-app deployment deployment-activate deployment-list deployments deployment-show # rhc help app |grep deploy deploy Deploy a git reference or binary file on an application |