-
Notifications
You must be signed in to change notification settings - Fork 261
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
Add example usage in service create command #61
Comments
navidshaikh
added a commit
to navidshaikh/client
that referenced
this issue
Apr 5, 2019
Fixes knative#61 Adds two examples to service create command as below ``` Examples: kn service create mysvc --image dev.local/ns/image:latest kn service create mysvc --env KEY1=VALUE1 --env KEY2=VALUE2 --image dev.local/ns/image:latest ```
navidshaikh
added a commit
to navidshaikh/client
that referenced
this issue
Apr 5, 2019
Fixes knative#61 Adds two examples to service create command as below ``` Examples: kn service create mysvc --image dev.local/ns/image:latest kn service create mysvc --env KEY1=VALUE1 --env KEY2=VALUE2 --image dev.local/ns/image:latest ```
knative-prow-robot
pushed a commit
that referenced
this issue
Apr 8, 2019
* Adds example usage in service create command Fixes #61 Adds two examples to service create command as below ``` Examples: kn service create mysvc --image dev.local/ns/image:latest kn service create mysvc --env KEY1=VALUE1 --env KEY2=VALUE2 --image dev.local/ns/image:latest ``` * Adds double spaces in the example text Adding double spaces to properly aligns the example text while displaying help.
navidshaikh
pushed a commit
to navidshaikh/client
that referenced
this issue
Aug 13, 2019
🤖 Triggering CI on branch 'release-next' after synching to upstream/master
coryrc
pushed a commit
to coryrc/client
that referenced
this issue
May 14, 2020
This will enable `review_act_as_approve`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kn service create
command doesn't have example listed to be shown in help output.Lets add it.
The text was updated successfully, but these errors were encountered: