Skip to content

Instantly share code, notes, and snippets.

@ajayborra
Created November 5, 2018 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajayborra/79f9838bea2e24071d539b735cfc6403 to your computer and use it in GitHub Desktop.
Save ajayborra/79f9838bea2e24071d539b735cfc6403 to your computer and use it in GitHub Desktop.
Build CLI and Setup alias
./gradlew cli:shadowJar
alias transmogrifai="java -cp `pwd`/cli/build/libs/\* com.salesforce.op.cli.CLI"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment