JohnSundell / Marathon

[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
MIT License
1.86k stars 78 forks source link

clarification on adding / (if it not possible - letting user know) specific tags of repos in marathon add #81

Closed johndpope closed 7 years ago

johndpope commented 7 years ago

➜ Desktop marathon help add đŸ“Ļ add

Add a package from a given URL to be able to use it from your scripts

👉 Usage: 'marathon add '

ℹī¸ You can also use a 'Marathonfile' to automatically add packages. See https://github.com/johnsundell/marathon for more information

johndpope commented 7 years ago

eg. want to add tag 0.0.1 (which has less dependencies) marathon add https://github.com/johndpope/swift-grpc-tensorflow.git

https://github.com/johndpope/swift-grpc-tensorflow/tree/0.0.1

JohnSundell commented 7 years ago

Version pinning is not yet supported, but it's something that we do want to add support for. I added this issue: https://github.com/JohnSundell/Marathon/issues/82 to keep track of this new feature, so feel free to put any comments/suggestions you might have in there 🙂 Closing this in favor of the linked issue.