org auth show-access-token

Show the current access token for an org.

Description for org auth show-access-token 

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.

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑no‑prompt‑pType: Boolean

Skip the security warning and reveal the access token without confirmation.
‑‑target‑org‑oType: Value
Required

Username or alias of the target org. Not required if the target-org configuration variable is already set.

Examples for org auth show-access-token 

Show the access token for the default org:

1sf org auth show-access-token

Show the access token for an org with alias “my-org”:

1sf org auth show-access-token --target-org my-org

Show the access token without the confirmation prompt:

1sf org auth show-access-token --target-org my-org --no-prompt

Get the access token as JSON for use in scripts:

1sf org auth show-access-token --target-org my-org --json