Replies: 3 comments
-
This issue has been linked to a new work item: W-8887537 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for filing this feature request. We appreciate your feedback and will review the feature at our next grooming or sprint planning session. We prioritize feature requests with more upvotes and comments. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This would be useful for keeping separate one's work, and personal organizations. |
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
-
Is your feature request related to a problem? Please describe.
I'm trying to use a lambda container function to authenticate with our devhub however I'm running into issues as the only directory during lambda execution that is available to write to is the tmp directory.
Receiving:
SfdxError: ENOENT: no such file or directory, open '/home/sbx_user1051/.sfdx/sfdx.log'
Attempted to get around the error by assigning the $HOME to
/tmp
, error went away however attempting to sfdx auth:jwt:grant hangs and is unresponsive.It would be great if there was an option to tell the cli to only store .sfdx files in a particular directory.
Beta Was this translation helpful? Give feedback.
All reactions