Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #615 from fabianofranz/master
Browse files Browse the repository at this point in the history
Merged by openshift-bot
  • Loading branch information
OpenShift Bot committed Jun 26, 2014
2 parents 906a193 + 48e07c5 commit 3eb867e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/rhc/commands/server.rb
Expand Up @@ -14,15 +14,15 @@ class Server < Base
(development) and Enterprise (production) and the user also has a personal
OpenShift Online account:
rhc server add openshift.redhat.com online -l personal@email.com
rhc server add origin.openshift.mycompany.com development -l user@company.com
rhc server add enterprise.openshift.mycompany.com production -l user@company.com
rhc add-server openshift.redhat.com online -l personal@email.com
rhc add-server origin.openshift.mycompany.com development -l user@company.com
rhc add-server enterprise.openshift.mycompany.com production -l user@company.com
Then, to switch between the servers:
rhc server use online
rhc server use development
rhc server use production
rhc use-server online
rhc use-server development
rhc use-server production
To list all servers configured:
Expand Down

0 comments on commit 3eb867e

Please sign in to comment.