-
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
dellctl schedule commands #382
Conversation
@@ -23,6 +23,11 @@ This document outlines all dellctl commands, their intended use, options that ca | |||
| [dellctl restore create](#dellctl-restore-create) | Restore an application backup | | |||
| [dellctl restore delete](#dellctl-restore-delete) | Delete application restores | | |||
| [dellctl restore get](#dellctl-restore-get) | Get application restores | | |||
| [dellctl schedule](#dellctl-schedule) | Allows to manipulate schedules | |
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.
Add "you" after "Allows"
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.
Add "you" after "Allows"
done
--all Delete all schedules | ||
--cluster-id string Id of the cluster managed by dellctl | ||
--confirm Confirm deletion | ||
-h, --help help for delete |
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.
Change "help" to Help"
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
|
||
``` | ||
--cluster-id string Id of the cluster managed by dellctl | ||
-h, --help help for get |
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.
Change "help" to "Help"
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.
updated
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. There are several minor edits required.
9b53ae5
79ffce8
to
9b53ae5
Compare
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.
lgtm
* dellctl schedule commands * addressed review comments
Description
Add new dellctl commands to create and manage schedules for backups.
GitHub Issues
List the GitHub issues impacted by this PR:
Checklist: