Last active
May 5, 2016 18:09
-
-
Save apcera-code/4427b47d9778964b9be6da423ab1fac8 to your computer and use it in GitHub Desktop.
Connecting Apcera and New Relic: developers can create applications from the terminal using the customized New Relic stager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apc app create my-java-app \ | |
| -sp /apcera::java-newrelic-pipeline \ | |
| --env-set “NEW_RELIC_LICENSE_KEY=<nr_secret_key>” \ | |
| --allow-egress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment