-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Feature Proposal:Provide deploy to IBM Cloud instructions at point of setting up node.js app as pre-populated copy paste commands #2038
Comments
@dhmlau FYI |
Changed the title to reflect what might be the simpler of the approaches mentioned above, without the need to extend the CLI, as an additional or preferable way of delivering deploy to IBM Cloud tutorial / instructions. |
This issue has been marked stale because it has not seen activity within six months. If you believe this to be in error, please contact one of the code owners, listed in the |
This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the |
Description / Steps to reproduce / Feature proposal
Please see my comments in issue #2033
To boil those down into a feature proposal:
Add command or flags to CLI prompting for IBM cloud credentials (user, pass, endpoint, org, space,appName) and automatically deploying ping or hello world example to the Cloud Foundry app.
Maintain command/example for future updates in CLI or IBM Cloud tools
Current Behavior
Work though examples to get started with deployment to IBM Cloud, which can be out of date or error prone.
Expected Behavior
(Manually) Set up Free Tier account on IBM Cloud and Cloud Foundry node.js app to get Bluemix credentials and appName.
[Install Node, CLI &] run
lb4 [?cmd] [--?flags]
from terminal.Enter Bluemix credentials and Cloud Foundry node.js app name (user, pass, endpoint, org, space, appName) when prompted or as flags
await Hello World from Bluemix :) Or Error :(
Do the same with other examples...
UPDATE: explore the possibility of generating the documentation as pre-filled copy & paste commands created when the user creates a cloud foundry app.
i.e.
follow instructions about setting up and deploying your loopback app from its Getting Started page on the console
The text was updated successfully, but these errors were encountered: