Let's say that I want to configure a Development environment locally that allows me to test my code changes in the same J2EE Container that is also in the Cloud, I know I can easily download and deploy my app to Liberty Profile by following these steps: https://developer.ibm.com/wasdev/downloads/liberty-profile-using-non-eclipse-environments/, but I was wondering if I can do the same (download, install and deploy my app in the most possibly automated way) with the Cloud Foundry CLI tool available in Bluemix.
*Similar to Google Cloud Platform, where I can use the Google SDK to download and run a local instance of the Google Application Engine (mvn appengine:devserver) and then, when I'm satisfied with my changes I can just push it to the cloud (mvn appengine:update).