https://github.com/maximilien/kn-source-gitlab
An event source for GitLab
https://github.com/maximilien/kn-source-gitlab
Last synced: 3 months ago
JSON representation
An event source for GitLab
- Host: GitHub
- URL: https://github.com/maximilien/kn-source-gitlab
- Owner: maximilien
- License: apache-2.0
- Created: 2020-07-08T23:22:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T23:35:03.000Z (almost 5 years ago)
- Last Synced: 2025-01-04T23:42:54.684Z (5 months ago)
- Language: Go
- Size: 5.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# source
Knative Client plugin `source`
## Usage
### source
Knative eventing {{.Name}} source plugin
#### Synopsis
Manage your Knative {{.Name}} eventing sources
#### Options
```
-h, --help help for source
```#### SEE ALSO
* [source create](#source-create) - create {{.Name}} source
* [source delete](#source-delete) - delete {{.Name}} source
* [source describe](#source-describe) - describe {{.Name}} source
* [source update](#source-update) - update {{.Name}} source### source create
create {{.Name}} source
#### Synopsis
create {{.Name}} source
```
source create NAME [flags]
```#### Examples
```
{{.CreateExample}}
```#### Options
```
-A, --all-namespaces If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
-h, --help help for create
-n, --namespace string Specify the namespace to operate in.
-s, --sink string Addressable sink for events
```#### SEE ALSO
* [source](#source) - Knative eventing {{.Name}} source plugin
### source delete
delete {{.Name}} source
#### Synopsis
delete {{.Name}} source
```
source delete NAME [flags]
```#### Examples
```
{{.DeleteExample}}
```#### Options
```
-A, --all-namespaces If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
-h, --help help for delete
-n, --namespace string Specify the namespace to operate in.
```#### SEE ALSO
* [source](#source) - Knative eventing {{.Name}} source plugin
### source describe
describe {{.Name}} source
#### Synopsis
describe {{.Name}} source
```
source describe NAME [flags]
```#### Examples
```
{{.DescribeExample}}
```#### Options
```
-A, --all-namespaces If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
-h, --help help for describe
-n, --namespace string Specify the namespace to operate in.
```#### SEE ALSO
* [source](#source) - Knative eventing {{.Name}} source plugin
### source update
update {{.Name}} source
#### Synopsis
update {{.Name}} source
```
source update NAME [flags]
```#### Examples
```
{{.UpdateExample}}
```#### Options
```
-A, --all-namespaces If present, list the requested object(s) across all namespaces. Namespace in current context is ignored even if specified with --namespace.
-h, --help help for update
-n, --namespace string Specify the namespace to operate in.
-s, --sink string Addressable sink for events
```#### SEE ALSO
* [source](#source) - Knative eventing {{.Name}} source plugin
## More information
* [Knative Client](https://github.com/knative/client)
* [How to contribute a plugin](https://github.com/knative/client-contrib#how-to-contribute-a-plugin)