-
Notifications
You must be signed in to change notification settings - Fork 34
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
feat(worker): add worker commands #362
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.
Nice — couple things I noticed
Co-authored-by: Easton Crupper <[email protected]>
content/reference/cli/worker/add.md
Outdated
#### Request | ||
|
||
```sh | ||
$ vela add worker --worker.hostname MyWorker --worker.address myworker.example.com |
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.
minor, should we include protocol?
$ vela add worker --worker.hostname MyWorker --worker.address myworker.example.com | |
$ vela add worker --worker.hostname MyWorker --worker.address https://myworker.example.com |
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.
meh, not necessary, that should be inferred
for go-vela/cli#430