docs: Update Drasi cli installation doc#394
Open
sujalshah-bit wants to merge 1 commit intodrasi-project:mainfrom
Open
docs: Update Drasi cli installation doc#394sujalshah-bit wants to merge 1 commit intodrasi-project:mainfrom
sujalshah-bit wants to merge 1 commit intodrasi-project:mainfrom
Conversation
ruokun-niu
requested changes
Mar 4, 2026
Contributor
ruokun-niu
left a comment
There was a problem hiding this comment.
Hi @sujalshah-bit, can you update the readme to use the installation scripts? The exact commands can be found here (https://drasi.io/drasi-kubernetes/reference/command-line-interface/#get-the-drasi-cli)
Contributor
|
Hi @sujalshah-bit , are you still working on this? |
Author
|
Yes i will update it tommorow |
cc663ec to
a3ac797
Compare
Fixes: drasi-project#393 The contributing prerequisites documentation referenced Drasi CLI binaries under v0.1.0, but those assets are no longer available, resulting in broken download links across all supported platforms. This change updates the documentation to point to official docs. Signed-off-by: Sujal Shah <[email protected]>
a3ac797 to
c001297
Compare
Author
|
@ruokun-niu could you review? |
ruokun-niu
reviewed
Mar 17, 2026
| We support development on macOS, Linux, and Windows. We recommend installing the CLI using the official installation script: | ||
|
|
||
| ```bash | ||
| curl -fsSL https://raw.githubusercontent.com/drasi-project/drasi-platform/main/cli/installers/install-drasi-cli.sh | /bin/bash |
Contributor
There was a problem hiding this comment.
curl might not work on every platform. I think it would better to just leave a link to the drasi.io page (the one you have below). We should use the doc site as the source of truth.
This also reduces the need to update this readme in case we update the CLI installation script
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.
Description
The contributing prerequisites documentation referenced Drasi CLI binaries under v0.1.0, but those assets are no longer available, resulting in broken download links across all supported platforms.
This change updates the documentation to point to the 0.1.1 release assets for macOS, Linux, and Windows, restoring valid installation paths for new contributors.
No functional code changes are introduced; this is a documentation-only fix to unblock local setup.
Type of change
Fixes: #393