-
Notifications
You must be signed in to change notification settings - Fork 243
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
Update the help usage for odo create and odo url create #3858
Update the help usage for odo create and odo url create #3858
Conversation
**What type of PR is this?** > Uncomment only one ` /kind` line, and delete the rest. > For example, `> /kind bug` would simply become: `/kind bug` /kind cleanup /kind documentation **What does does this PR do / why we need it**: Updates the `--help` in the following way: - Changes the `odo create --help` usage to a 1-sentence summary similar to every other command - Updates our documentation to remove any mention of crc for something more neutral (example.com) similar to kubectl / kubernetes documentation, for example: https://kubernetes.io/docs/concepts/services-networking/ingress/ **Which issue(s) this PR fixes**: Fixes redhat-developer#3463 **PR acceptance criteria**: - [X] Documentation - [X] I have read the [test guidelines](https://github.com/openshift/odo/blob/master/docs/dev/test-architecture.adoc) **How to test changes / Special notes to the reviewer**: `odo create --help` and `odo url create --help` Signed-off-by: Charlie Drage <charlie@charliedrage.com>
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kadel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest Please review the full test history for this PR and help us cut down flakes. |
1 similar comment
/retest Please review the full test history for this PR and help us cut down flakes. |
Codecov Report
@@ Coverage Diff @@
## master #3858 +/- ##
==========================================
- Coverage 44.29% 44.19% -0.11%
==========================================
Files 139 141 +2
Lines 13401 13600 +199
==========================================
+ Hits 5936 6010 +74
- Misses 6883 7007 +124
- Partials 582 583 +1
Continue to review full report at Codecov.
|
What type of PR is this?
/kind cleanup
/kind documentation
What does does this PR do / why we need it:
Updates the
--help
in the following way:odo create --help
usage to a 1-sentence summary similarto every other command
more neutral (example.com) similar to kubectl / kubernetes
documentation, for example: https://kubernetes.io/docs/concepts/services-networking/ingress/
Which issue(s) this PR fixes:
Fixes #3463
PR acceptance criteria:
Documentation
I have read the test guidelines
How to test changes / Special notes to the reviewer:
odo create --help
and
odo url create --help
Signed-off-by: Charlie Drage charlie@charliedrage.com