Pass in sfdx-url as string in org login sfdx-url
command
#2586
Closed
k-capehart
started this conversation in
Ideas
Replies: 2 comments
-
Quick update on this:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Delivered via the new https://github.com/forcedotcom/cli/blob/main/releasenotes/README.md#2286-feb-14-2024-stable-rc |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The
sf org login sfdx-url
command requires that the SFDX Authorization URL be read from a file using the-f
flag. My proposal is that a new flag be added to pass in the URL as a string in the command itself.Why:
This eliminates the need to create a transitory file in an automated CI/CD process. Instead, the URL can be stored exclusively (and securely) as a secret and passed in as a parameter to the command itself.
A PR for this has been created here: salesforcecli/plugin-auth#872
Beta Was this translation helpful? Give feedback.
All reactions