Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (23 loc) · 796 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 796 Bytes

🍟 codelicia/sfdx-cli

Warning This package is in low maintenance mode.

This is a Docker image for Salesforce CLI (sfdx) with [Docker] (https://www.docker.com/).

The image is based on node:8.9.4-alpine.

👩🏻‍🏫 Usage

Run sfdx

You can run sfdx commands directly:

docker run --rm -it codelicia/sfdx-cli sfdx --version

✨ Create an alias

Since we probably ran the sfdx command a lot, we can create an alias for it, which makes a lot easier to work with it.

alias sales='docker run --rm -it -v $PWD:/app codelicia/sfdx-cli sfdx'

✨ Run sfdx commands

sales force:org:list

License

MIT © Codelicia