-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation on registry usage #6373
Conversation
@swift-ci please smoke test |
@swift-ci smoke test macos |
@swift-ci test windows |
(i.e., one of username/password or access token) or when prompted: | ||
|
||
```bash | ||
$ swift package-registry login https://packages.example.com |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we also support swift package-registry login packages.example.com
(without scheme)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently no. URL scheme is required and must be https
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is fantastic. thanks for putting together. left some tiny comments
cc @zkiraly |
rdar://107005076
Co-authored-by: tomer doron <tomer@apple.com>
@swift-ci please smoke test |
@swift-ci please test Windows platform |
SwiftPM can deduplicate packages by performing a | ||
[lookup on the source control URL](https://github.com/apple/swift-package-manager/blob/main/Documentation/Registry.md#endpoint-5) | ||
(e.g., `https://github.com/mona/LinkedList`) to see if it is associated with | ||
any package identifier (e.g., `mona.LinkedList`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<3
@swift-ci please test Windows platform |
@swift-ci please smoke test macOS |
* Documentation on registry usage rdar://107005076 * Update Documentation/PackageRegistryUsage.md Co-authored-by: tomer doron <tomer@apple.com> * Address review feedback --------- Co-authored-by: tomer doron <tomer@apple.com>
rdar://107005076