Skip to content
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

Closed
navidshaikh opened this issue Apr 5, 2019 · 0 comments
Closed

Add example usage in service create command #61

navidshaikh opened this issue Apr 5, 2019 · 0 comments

Comments

@navidshaikh
Copy link
Collaborator

kn service create command doesn't have example listed to be shown in help output.
Lets add it.

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant