-
Notifications
You must be signed in to change notification settings - Fork 15
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
Documentation for common cli for Dell CSMs- dellctl #299
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have reviewed this. No edits are required
We will need a section for providing a link to the binary and installation instructions. |
done. |
content/docs/cli/_index.md
Outdated
``` | ||
# dellctl cluster get | ||
CLUSTER ID VERSION URL | ||
cluster1 v1.22 https://10.225.7.48:6443 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mask out IP addresses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, replaced with dummy IP address.
content/docs/cli/_index.md
Outdated
## Installation instructions | ||
1. Download `dellctl` from [here](https://github.com/dell/csm/releases/tag/v1.4.0) | ||
2. Chmod +x dellctl | ||
3. Move `dellctl` to `/usr/loca/bin` or add `dellctl`'s containing directory path to PATH environment variable. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should /usr/loca/bin
be /usr/local/bin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed the typo. Thanks for pointing it out!
Description
Documentation for common cli for Dell CSMs- dellctl .
At present dellctl has commands for cluster management and application mobility operations.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist: