Skip to content

Instantly share code, notes, and snippets.

@jdhom
Last active May 2, 2017 17:00
Show Gist options
  • Save jdhom/6886e1cb2ba96dbff42a4517cd8a5981 to your computer and use it in GitHub Desktop.
Save jdhom/6886e1cb2ba96dbff42a4517cd8a5981 to your computer and use it in GitHub Desktop.
soco services cli

soco service cli examples

2017-05-02 multi-tenent profiles

spring.profiles.active=use1_dev,dev,att_dev,bellmobility_dev,sprint_dev,apacff_dev,3uk_dev,ukvirgin_dev,rak_dev,kpn_dev,fet_dev,jpnff_dev,comcast_dev,cablevision_dev,dish_dev,vzwsmb_dev,cdw_dev,naff_dev,tchibo_dev

cli service jar

java -jar -DlogDir="/tmp/log" -Dconsole=true technician-svc/build/libs/technician-svc-0.1.0.jar --spring.profiles.active=use1_dev,dev,att_dev --server.port=9292 --aws.account.profileName=asurion-dev.pspdevops

cli service docker run

cli service compose up

intellij run/debug configuration

Configuration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment