Skip to content
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

docs: cli instructions doc #3356

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

docs: cli instructions doc #3356

wants to merge 2 commits into from

Conversation

fykaa
Copy link
Contributor

@fykaa fykaa commented Jan 24, 2025

this is added to user guide -> how-to guides -> page.

Signed-off-by: Faeka Ansari <faeka6@gmail.com>
@fykaa fykaa self-assigned this Jan 24, 2025
@fykaa fykaa requested review from a team as code owners January 24, 2025 12:22
Copy link

netlify bot commented Jan 24, 2025

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit c87f523
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/67941e028a175100081dc83b
😎 Deploy Preview https://deploy-preview-3356.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.47%. Comparing base (717a547) to head (c87f523).
Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3356   +/-   ##
=======================================
  Coverage   52.47%   52.47%           
=======================================
  Files         291      291           
  Lines       26617    26617           
=======================================
  Hits        13968    13968           
  Misses      11886    11886           
  Partials      763      763           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

chmod +x kargo
```

_Alternatively_, you can install the Kargo CLI through the <Hlt>CLI</Hlt> Tab in the Kargo UI:
Copy link
Member

Choose a reason for hiding this comment

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

imho, we should reverse the order of these. i.e. Promote the UI as the best option. Something particularly nice about that is the versions downloaded from the UI will match the version of Kargo that's installed in the cluster, which is a plus.

I also think it's easier.

Copy link
Member

Choose a reason for hiding this comment

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

On that note, I think we should also update the quickstart to promote downloading from the UI. There, I think we can get away without even including the manual instructions because if the reader reaches that step of the quickstart, we know with certainty that the server side components of Kargo are installed and we even know the address of the download page.

Could you please bundle that change into this PR?

Comment on lines 7 to 8
The Kargo CLI provides a command-line interface to manage Kargo efficiently, serving as
a faster, automation-friendly alternative to the UI.
Copy link
Member

Choose a reason for hiding this comment

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

Two things here:

The Kargo CLI provides a command-line interface

This seems like a redundant statement, so I think we should shorten this.

automation-friendly alternative

This is less obvious, but I think we are best avoiding statements like this because of this.

Suggested change
The Kargo CLI provides a command-line interface to manage Kargo efficiently, serving as
a faster, automation-friendly alternative to the UI.
The `kargo` CLI is an alternative to Kargo's web-based UI for managing Kargo projects.

Signed-off-by: Faeka Ansari <faeka6@gmail.com>
@fykaa fykaa marked this pull request as draft January 25, 2025 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants