Skip to content

Instantly share code, notes, and snippets.

@jefftougas
Forked from jdhom/intellij-soco-service-run-config.png
Created May 2, 2017 16:43
Show Gist options
  • Save jefftougas/21785e73f5066bcf7f18532377a50f89 to your computer and use it in GitHub Desktop.
Save jefftougas/21785e73f5066bcf7f18532377a50f89 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

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