@salesforce/plugin-auth
Version:
plugin for sf auth commands
58 lines (29 loc) • 1.53 kB
Markdown
# flags.client-id.summary
OAuth client ID (also called consumer key) of your custom connected app.
# flags.set-default-dev-hub.summary
Set the authenticated org as the default Dev Hub.
# flags.set-default.summary
Set the authenticated org as the default that all org-related commands run against.
# flags.alias.summary
Alias for the org.
# flags.instance-url.summary
URL of the instance that the org lives on.
# flags.instance-url.description
If you specify an --instance-url value, this value overrides the sfdcLoginUrl value in your sfdx-project.json file.
To specify a My Domain URL, use the format "https://<MyDomainName>.my.salesforce.com".
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
# authorizeCommandSuccess
Successfully authorized %s with org ID %s
# warnAuth
Logging in to a business or production org is not recommended on a demo or shared machine. Please run "%s org:logout --target-org <your username> --no-prompt" when finished using this org, which is similar to logging out of the org in the browser.
Do you want to authorize this org for use with the Salesforce CLI?
# flags.no-prompt.summary
Don't prompt for confirmation.
# clientSecretStdin
OAuth client secret of personal connected app? Press Enter if it's not required.
# lightningInstanceUrl
Invalid instance URL. It should NOT be a lightning domain.
# accessTokenStdin
Access token of user to use for authentication
# noPrompt
do not prompt for confirmation