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

add cf-ssh instructions for apps without manifests #32

Merged
merged 3 commits into from Apr 1, 2015
Merged

Conversation

afeld
Copy link
Contributor

@afeld afeld commented Mar 25, 2015

/cc @phirefly

In your project folder run `cf-ssh APP-NAME` replacing `APP-NAME` with the app name.
Currently, `cf-ssh` requires a `manifest.yml` file. Please create one before running it. You can also use the `-f` flag to specify a manifest file.
1. If you don't have an [application manifest](http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html) yet, generate one from an existing app with `cf create-app-manifest <APP_NAME>`.
1. In your project folder, run `cf-ssh <APP_NAME> -f <PATH_TO_MANIFEST>`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can add a note that -f is only required if you don't use the name manifest.yml?

@afeld
Copy link
Contributor Author

afeld commented Apr 1, 2015

Updated!

dlapiduz added a commit that referenced this pull request Apr 1, 2015
add cf-ssh instructions for apps without manifests
@dlapiduz dlapiduz merged commit ba7a564 into master Apr 1, 2015
@dlapiduz dlapiduz deleted the ssh-manifest branch April 1, 2015 14:12
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

Successfully merging this pull request may close these issues.

None yet

2 participants