Sign inSign up

atsnngs/force-com

By atsnngs

Updated over 9 years ago

Docker Images that contains Force.com Website Connector

Image
0

1.5K

atsnngs/force-com repository overview

docker-force-com

Docker Automated build

A Docker Image for CI/CD Salesforce Apex prorjects.

Result

How to Use

docker pull atsnngs/force-com

cat > envfile.txt <<ENVFILE
[email protected]
SF_PASSWORD=PASSWORD+SECURITY_TOKEN
SF_SERVER=https://xxx-api.salesforce.com
ENVFILE

docker run \
  -v $(pwd)/wsdl:/wsdl \
  -v $(pwd)/src/classes:/src/classes \
  -v $(pwd)/src/triggers:/src/triggers \
  --rm \
  --env-file envfile.txt \
  atsnngs/force-com

Directory Structure

.
├── src # Force IDE project sources
│   ├── classes
│   │   └── MyClass.cls
│   └── triggers
│       └── MyTrigger.trigger
│
└── wsdl # Download WSDL files, see refs
    ├── apex.wsdl
    └── enterprise.wsdl

Refs

Tag summary

Content type

Image

Digest

Size

145.8 MB

Last updated

over 9 years ago

docker pull atsnngs/force-com