org auth show-access-token
Show the current access token for an org.
Because access tokens are sensitive credentials that grant full access to an org, this command prompts for confirmation before revealing the token. 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 access token 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 access token for the default org:
Show the access token for an org with alias “my-org”:
Show the access token without the confirmation prompt:
Get the access token as JSON for use in scripts: