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

Added basic version of quiet mode to service create command #1904

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/cmd/kn.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Find more information about Knative at: https://knative.dev
-h, --help help for kn
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kn broker
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_broker_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ kn broker create NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_broker_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ kn broker delete NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_broker_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ kn broker describe NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_broker_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ kn broker list
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_broker_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ kn broker update NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kn channel COMMAND
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_channel_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ kn channel create NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_channel_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ kn channel delete NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_channel_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ kn channel describe NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_channel_list-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ kn channel list-types
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_channel_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ kn channel list
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ kn completion SHELL
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_container.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kn container COMMAND
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_container_add.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ kn container add NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_domain.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kn domain COMMAND
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_domain_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ kn domain create NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_domain_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ kn domain delete NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_domain_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ kn domain describe NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_domain_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ kn domain list
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_domain_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ kn domain update NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_eventtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kn eventtype
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_eventtype_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ kn eventtype create
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_eventtype_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ kn eventtype delete
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_eventtype_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ kn eventtype describe
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_eventtype_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ kn eventtype list
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_options.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ kn options
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ kn plugin
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_plugin_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ kn plugin list
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_revision.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kn revision
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_revision_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ kn revision delete NAME [NAME ...]
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_revision_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ kn revision describe NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_revision_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ kn revision list
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_route.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kn route
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_route_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ kn route describe NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_route_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ kn route list NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kn secret COMMAND
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_secret_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ kn secret create NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_secret_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ kn secret delete NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_secret_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ kn secret list
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kn service
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_service_apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ kn service apply s0 --filename my-svc.yml
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_service_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ kn service create NAME --image IMAGE
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_service_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ kn service delete NAME [NAME ...]
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_service_describe.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ kn service describe NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_service_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ kn service export NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_service_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ kn service import FILENAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_service_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ kn service list
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/cmd/kn_service_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ kn service update NAME
--context string name of the kubeconfig context to use
--kubeconfig string kubectl configuration file (default: ~/.kube/config)
--log-http log http traffic
-q, --quiet run commands in quiet mode
```

### SEE ALSO
Expand Down
Loading