[RUN-4642] Update rd-cli docs to point to PackageCloud#1890
Merged
Conversation
rundeck-cli moved off Maven Central to PagerDuty's PackageCloud (RUN-4570/RUN-4639), so the Gradle usage snippets for external consumers of rd-api-client and rd-cli-lib were pointing at a repository that no longer receives new versions.
… on Maven Central
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Rundeck CLI documentation to reflect that rd-api-client and rd-cli-lib artifacts (v2.1.4+) are now published to PagerDuty’s PackageCloud Maven repository rather than Maven Central, and adjusts Gradle dependency examples accordingly.
Changes:
- Document the publishing change for
rd-api-client/rd-cli-libstarting at version2.1.4. - Update Gradle
repositories {}examples to includehttps://packagecloud.io/pagerduty/rundeck/maven2(while retainingmavenCentral()where still needed).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/rd-cli/javalib.md | Adds PackageCloud context and updates the Gradle repositories snippet for rd-api-client 2.1.4+. |
| docs/rd-cli/extensions.md | Updates dependency guidance and Gradle example to include PackageCloud while keeping Maven Central for remaining artifacts. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
fdevans
approved these changes
Jul 24, 2026
fdevans
enabled auto-merge
July 24, 2026 16:41
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
RUN-4642 tracks reviewing docs that reference Maven Central as the publishing target for
org.rundeck*artifacts, now that some of them moved to PagerDuty's PackageCloud (RUN-4570).rundeck-cli(rd-api-client,rd-cli-lib,rd-cli-tool) migrated off Maven Central to PackageCloud under RUN-4639. This updates the two docs pages that show external consumers how to add these libraries as Gradle dependencies:docs/rd-cli/javalib.md—rd-api-clientGradle usage snippet now points athttps://packagecloud.io/pagerduty/rundeck/maven2instead ofmavenCentral().docs/rd-cli/extensions.md—rd-cli-libdependency note and Gradle example updated the same way (keptmavenCentral()alongside it sincecli-toolbeltis still published there).The PackageCloud Maven feed used here is publicly readable, no credentials required.
Testing
Docs-only change, no build/render testing performed beyond reading the rendered markdown diff.