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

Docker image with SFDX client pre-installed

License

Notifications You must be signed in to change notification settings

codelicia/sfdx-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍟 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

About

Docker image with SFDX client pre-installed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages