Ability to not remember username and password
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 4.8k
- Forks
- 182
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 1
Description
Thanks for creating this nice tooling!
For automation purposes, I was wondering if it would be possible to add an environment variable like XCODES_REMEMBER_CREDENTIALS. This one could then be set to false to not save it into the keychain. I know that I can also call signout so its just a suggestion.
Let me know, what you think!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the credential-saving path and the existing signout command, focusing on the keychain behavior described in the issue. Done means automation can set XCODES_REMEMBER_CREDENTIALS=false to avoid saving credentials while the existing default behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- macos, swift
- Domain
- cli, security
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100