org auth show-sfdx-auth-url
Show the SFDX Auth URL for an org.
Shows the SFDX Auth URL for an org. This URL is only available for orgs authenticated via a web-based OAuth flow. This command prompts for confirmation before revealing it. Skip confirmation by specifying either the –no-prompt or –json flag.
| Flag Name (Long) | Flag Name (Short) | Description |
|---|---|---|
‑‑flags‑dir | N/A | Type: Value Import flag values from a directory. |
‑‑json | N/A | Type: Boolean Format output as json. |
‑‑no‑prompt | ‑p | Type: Boolean Skip the security warning and reveal the SFDX Auth URL without confirmation. |
‑‑target‑org | ‑o | Type: Value Required Username or alias of the target org. Not required if the target-org configuration variable is already set. |
Show the SFDX Auth URL for the default org:
Show the SFDX Auth URL for an org with alias “my-org”:
Show the SFDX Auth URL without the confirmation prompt:
Get the SFDX Auth URL as JSON for use in scripts: