Skip to content

docs: Update Drasi cli installation doc#394

Open
sujalshah-bit wants to merge 1 commit intodrasi-project:mainfrom
sujalshah-bit:valid-links
Open

docs: Update Drasi cli installation doc#394
sujalshah-bit wants to merge 1 commit intodrasi-project:mainfrom
sujalshah-bit:valid-links

Conversation

@sujalshah-bit
Copy link

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

  • This pull request fixes a bug in Drasi and has an approved issue (issue link required).

Fixes: #393

@sujalshah-bit sujalshah-bit requested a review from a team as a code owner February 15, 2026 18:16
Copy link
Contributor

@ruokun-niu ruokun-niu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

@ruokun-niu
Copy link
Contributor

Hi @sujalshah-bit , are you still working on this?

@sujalshah-bit
Copy link
Author

Yes i will update it tommorow

@sujalshah-bit sujalshah-bit changed the title docs: fix Drasi CLI download links to use v0.1.1 docs: Update Drasi cli installation doc Mar 17, 2026
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]>
@sujalshah-bit
Copy link
Author

@ruokun-niu could you review?

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Invalid drasi CLI download links

2 participants