Hide Forgot
Title: Cloning the Application Git Repository Describe the issue: Steps to clone are more complicated that necessary since this is simplified by rhc. Suggestions for improvement: Show use of rhc git-clone <app> Additional information: Usage: rhc git-clone <app> [--namespace NAME] This is a convenience wrapper for 'git clone' with the added benefit of adding configuration data such as the application's UUID to the local repository. It also automatically figures out the Git url from the application name so you don't have to look it up. Options -n, --namespace NAME Namespace of the application -r, --repo dir Path to the Git repository (defaults to ./$app_name) -a, --app name The application you wish to clone Global Options -l, --rhlogin LOGIN OpenShift login -p, --password PASSWORD OpenShift password --token TOKEN An authorization token for accessing your account. --server NAME An OpenShift server hostname (default: openshift.redhat.com) --timeout SECONDS The timeout for operations See 'rhc help options' for a full list of global options.