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: add cli tool for installation #686

Merged
merged 1 commit into from
Feb 22, 2023
Merged

Conversation

mangoGoForward
Copy link
Contributor

What type of PR is this?

/docs

What this PR does / why we need it:

add cli tool for installation

Which issue(s) this PR fixes:

Fixes #654

Special notes for your reviewer:

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 7, 2023
@mangoGoForward
Copy link
Contributor Author

cc @qmhu Tested it work well, the screenshot like below:

image

Copy link
Member

@qmhu qmhu left a comment

Choose a reason for hiding this comment

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

I think it's better to keep current navigation struct. other parts is great for me!

cp kubectl-crane_${release}_Darwin_${arch}/kubectl-crane /usr/local/bin/
```

### Install using Krew
Copy link
Member

Choose a reason for hiding this comment

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

we can hide this part due to the slow response.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The upstream already merged this plugin.

cp kubectl-crane_${release}_Darwin_${arch}/kubectl-crane /usr/local/bin/
```

### 使用 krew 安装
Copy link
Member

Choose a reason for hiding this comment

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

the same as above.

@mangoGoForward mangoGoForward force-pushed the docs/cli-tool branch 2 times, most recently from e83e92e to 0999499 Compare February 22, 2023 08:16

`Krew` is the plugin manager for `kubectl` command-line tool.

[Install and set up](https://krew.sigs.k8s.io/docs/user-guide/setup/install/) Krew on your machine.
Copy link
Member

Choose a reason for hiding this comment

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

set up -> setup

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@qmhu qmhu merged commit 28d15bd into gocrane:main Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

docs: Support a user-guide docs for kubectl-crane CLI tool
2 participants