Creds: Wrapper of a Salesforce access token
The name of the output file is part of the interface. The (1) create the creds.json file sf org display -o > ./creds.json (2) import the the JSON file to read the access token. This is easy to do with bun. Add the following at the top the bun client add
import type { Creds } from '@pogilvie/sf'; import { Sf } from '@pogilvie/sf';