This extension provides capabilities for the IBM Cloud Developer CLI from directly within the Atom editor. Use the Packages menu or command palette to quickly access ibmcloud dev commands, without the need to leave the editor's context.
IBM Cloud Developer Tools for Atom
This extension provides capabilities for the IBM Cloud Developer CLI from directly within the Atom editor. Use the Packages menu or command palette to quickly access ibmcloud dev
commands, without the need to leave the editor's context.
Changelog
- v0.1.1 - corrections in public readme
- v0.1.0 - first public release
Usage
Easily invoke commands from the IBM Cloud Developer CLI from directly inside of the Atom editor:
- Use the
ibmcloud login
command to log in to IBM Cloud
Steps to get started:
- Create a project using one of the two methods below:
ibmcloud dev create
using the IBM Cloud Developer CLI (outside of Atom)- IBM Cloud Web console
- Open the project’s folder locally in the Atom editor
- Open the Atom command pallette (
CMD-Shift-P
)- Use the
ibmcloud dev build
command to build the app into a Docker image - Use the
ibmcloud dev run
command to run the app in local Docker in release mode - Use the
ibmcloud dev console
command to open your project on IBM Cloud in a web browser
- Use the
Requirements/Dependencies
- IBM Cloud CLI
- IBM Cloud
dev
cli plugin
After installing the IBM Cloud CLI, open up a terminal and runibmcloud plugin install dev -r Bluemix
- Docker - required by
ibmcloud dev
containers
Contributing
All improvements to the Bluemix Dev Extension for Atom are very welcome! Here's how to get started ...
Fork this repository. $ git clone https://github.com/IBM-Cloud/ibm-developer-extension-atom.git
Start making your changes, then send us a pull request.
You can find more info on contributing in our contributing guidelines.
You can find more info about the development environment and configuration in our development guidelines
⚠️ Bugs / Issues / Defects
Find a bug? Let us know here
For additional support, find us on Slack or Stack Overflow using the links below.
Connect on Slack
Sign up for our slack team and join the #bluemix-dev-services channel to ask questions and chat with fellow users.
Check Stack Overflow
Search for the bluemix-dev-services tag on Stack Overflow for answers to common questions.