xcodes icon indicating copy to clipboard operation
xcodes copied to clipboard

Ability To Install Xcode Command Line Tools

Open Gerst20051 opened this issue 2 years ago • 1 comments

It would be helpful to support installing just the command line tools instead of the full Xcode distribution.

Maybe the command would look something like this:

[$]> xcodes install 13.4 --tools

https://developer.apple.com/download/all/?q=Command%20Line%20Tools%20for%20Xcode%2013.4

https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_13.4/Command_Line_Tools_for_Xcode_13.4.dmg

I would just download it using curl but it seems to require authentication.

[$]> curl https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_13.4/Command_Line_Tools_for_Xcode_13.4.dmg -o ~/command_line_tools_for_xcode_13.4.dmg

Gerst20051 avatar Feb 02 '23 02:02 Gerst20051

Is this in a future roadmap? Is this a feature that the devs would be open to a pull request on?

Dunedubby avatar Sep 13 '24 04:09 Dunedubby