How do I find SFDX CLI default installation folder on Mac?sfdx shows SELF_SIGNED_CERT_IN_CHAIN when trying to authorise or list behind ssl intercepting proxyLooking for documentation of package2-descriptor.json to create a package2 version with sfdxSalesforce DX - Installing NPSPSFDX conflict with ContentAssetsSFDX CLI - v8::internal::FatalProcessOutOfMemorySFDX CLI installation failing on OS XWhen I run sfdx after installing Salesforce CLI in my new Mac, no error and no outputSFDX CLI missing .exe fileIs this possible to rename a field using Tooling API or Ant Migration Tool or SFDX CLI?Is this possible to map results from one SFDX command to another SFDX command?
How should I write this passage to make it the most readable?
Why is the second S silent in "Sens dessus dessous"?
Installing Windows to flash UEFI/ BIOS, then reinstalling Ubuntu
Why command hierarchy, if the chain of command is standing next to each other?
Locked Room Murder!! How and who?
Are there really no countries that protect Freedom of Speech as the United States does?
"Mouth-breathing" as slang for stupidity
Should I leave building the database for the end?
Do beef farmed pastures net remove carbon emissions?
What is the most difficult concept to grasp in Calculus 1?
Dogfights in outer space
Is there a way to proportionalize fixed costs in a MILP?
Lípínguapua dopo Pêpê
How did Arecibo detect methane lakes on Titan, and image Saturn's rings?
A trip to the library
Weird resistor with dots around it
Luggage Storage at Szechenyi Baths
Are those flyers about apartment purchase a scam?
Do I have to cite common CS algorithms?
Escape Velocity - Won't the orbital path just become larger with higher initial velocity?
Is it possible to know the exact chord from the roman numerals
Did DOS zero out the BSS area when it loaded a program?
Pokemon Go: Gym Badge Over-completed?
Identifying My Main Water Shutoff Valve / Setup
How do I find SFDX CLI default installation folder on Mac?
sfdx shows SELF_SIGNED_CERT_IN_CHAIN when trying to authorise or list behind ssl intercepting proxyLooking for documentation of package2-descriptor.json to create a package2 version with sfdxSalesforce DX - Installing NPSPSFDX conflict with ContentAssetsSFDX CLI - v8::internal::FatalProcessOutOfMemorySFDX CLI installation failing on OS XWhen I run sfdx after installing Salesforce CLI in my new Mac, no error and no outputSFDX CLI missing .exe fileIs this possible to rename a field using Tooling API or Ant Migration Tool or SFDX CLI?Is this possible to map results from one SFDX command to another SFDX command?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I was not able to use Illuminated Cloud on Mac since it required to enter Salesforce DX executable path which I don't know.
When I installed SFDX, it never asked me for a folder to install, so I didn't understand where it was installed.
How do I find where SFDX executable is installed to paste it here?

salesforcedx illuminatedcloud mac-os-x
add a comment |
I was not able to use Illuminated Cloud on Mac since it required to enter Salesforce DX executable path which I don't know.
When I installed SFDX, it never asked me for a folder to install, so I didn't understand where it was installed.
How do I find where SFDX executable is installed to paste it here?

salesforcedx illuminatedcloud mac-os-x
add a comment |
I was not able to use Illuminated Cloud on Mac since it required to enter Salesforce DX executable path which I don't know.
When I installed SFDX, it never asked me for a folder to install, so I didn't understand where it was installed.
How do I find where SFDX executable is installed to paste it here?

salesforcedx illuminatedcloud mac-os-x
I was not able to use Illuminated Cloud on Mac since it required to enter Salesforce DX executable path which I don't know.
When I installed SFDX, it never asked me for a folder to install, so I didn't understand where it was installed.
How do I find where SFDX executable is installed to paste it here?

salesforcedx illuminatedcloud mac-os-x
salesforcedx illuminatedcloud mac-os-x
asked Aug 2 at 13:02
PatlatusPatlatus
6,9051 gold badge25 silver badges69 bronze badges
6,9051 gold badge25 silver badges69 bronze badges
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
If you can run it from a terminal, you can use:
which sfdx
For me, this returns:
/usr/local/bin/sfdx
add a comment |
The folder is /usr/local/lib/sfdx/bin/sfdx.
To find this, one has to type command find / -iname sfdx in the Terminal.

add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "459"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f272125%2fhow-do-i-find-sfdx-cli-default-installation-folder-on-mac%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
If you can run it from a terminal, you can use:
which sfdx
For me, this returns:
/usr/local/bin/sfdx
add a comment |
If you can run it from a terminal, you can use:
which sfdx
For me, this returns:
/usr/local/bin/sfdx
add a comment |
If you can run it from a terminal, you can use:
which sfdx
For me, this returns:
/usr/local/bin/sfdx
If you can run it from a terminal, you can use:
which sfdx
For me, this returns:
/usr/local/bin/sfdx
answered Aug 2 at 13:16
AidanAidan
8,2551 gold badge13 silver badges47 bronze badges
8,2551 gold badge13 silver badges47 bronze badges
add a comment |
add a comment |
The folder is /usr/local/lib/sfdx/bin/sfdx.
To find this, one has to type command find / -iname sfdx in the Terminal.

add a comment |
The folder is /usr/local/lib/sfdx/bin/sfdx.
To find this, one has to type command find / -iname sfdx in the Terminal.

add a comment |
The folder is /usr/local/lib/sfdx/bin/sfdx.
To find this, one has to type command find / -iname sfdx in the Terminal.

The folder is /usr/local/lib/sfdx/bin/sfdx.
To find this, one has to type command find / -iname sfdx in the Terminal.

answered Aug 2 at 13:02
PatlatusPatlatus
6,9051 gold badge25 silver badges69 bronze badges
6,9051 gold badge25 silver badges69 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Salesforce Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f272125%2fhow-do-i-find-sfdx-cli-default-installation-folder-on-mac%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown