Skip to content

Commit

Permalink
Bump tektoncd/hub to v1.11.0
Browse files Browse the repository at this point in the history
This will bump hub to v1.11.0 and regenerate docs
  • Loading branch information
piyush-garg authored and tekton-robot committed Nov 23, 2022
1 parent 4cccfbb commit 5076c62
Show file tree
Hide file tree
Showing 142 changed files with 5,860 additions and 2,543 deletions.
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ Interact with tekton hub
### Options

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
-h, --help help for hub
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_check-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ Check for upgrades of resources if present
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_check-upgrade_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@ else it will show latest compatible version.
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
-c, --context string Name of the kubeconfig context to use (default: kubectl config current-context)
-k, --kubeconfig string Kubectl config file (default: $HOME/.kube/config)
-n, --namespace string Namespace to use (default: from $KUBECONFIG)
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_downgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ Downgrade an installed resource
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_downgrade_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ Downgrade a Task of name 'foo' to version '0.3':
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
-c, --context string Name of the kubeconfig context to use (default: kubectl config current-context)
-k, --kubeconfig string Kubectl config file (default: $HOME/.kube/config)
-n, --namespace string Namespace to use (default: from $KUBECONFIG)
--to string Version of Resource
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ Get resource manifest by its name, kind, catalog, and version
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_get_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ Get a Pipeline of name 'foo' of version '0.3':
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--from string Name of Catalog to which resource belongs to.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
--version string Version of Resource
```

Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_get_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ Get a Task of name 'foo' of version '0.3':
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--from string Name of Catalog to which resource belongs to.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
--version string Version of Resource
```

Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ Display info of resource by its name, kind, catalog, and version
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_info_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ Display info of a Task of name 'foo' of version '0.3':
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--from string Name of Catalog to which resource belongs.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
--version string Version of Resource
```

Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Install a resource from a catalog by its kind, name and version
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_install_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ Install a Task of name 'foo' of version '0.3' from Catalog 'Tekton':
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
-c, --context string Name of the kubeconfig context to use (default: kubectl config current-context)
--from string Name of Catalog to which resource belongs. (default "tekton")
-k, --kubeconfig string Kubectl config file (default: $HOME/.kube/config)
-n, --namespace string Namespace to use (default: from $KUBECONFIG)
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
--version string Version of Resource
```

Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_reinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Reinstall a resource by its kind and name
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_reinstall_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ Reinstall a Task of name 'foo' of version '0.3' from Catalog 'Tekton':
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
-c, --context string Name of the kubeconfig context to use (default: kubectl config current-context)
--from string Name of Catalog to which resource belongs. (default "tekton")
-k, --kubeconfig string Kubectl config file (default: $HOME/.kube/config)
-n, --namespace string Namespace to use (default: from $KUBECONFIG)
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
--version string Version of Resource
```

Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ Search resources using tag 'cli':
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ Upgrade an installed resource
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
5 changes: 3 additions & 2 deletions docs/cmd/tkn_hub_upgrade_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ Upgrade a Task of name 'foo' to version '0.3':
### Options inherited from parent commands

```
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev').
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'HUB_API_SERVER'.
--api-server string Hub API Server URL (default 'https://api.hub.tekton.dev' for 'tekton' type; default 'https://artifacthub.io' for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub-config' with a variable 'TEKTON_HUB_API_SERVER'/'ARTIFACT_HUB_API_SERVER'.
-c, --context string Name of the kubeconfig context to use (default: kubectl config current-context)
-k, --kubeconfig string Kubectl config file (default: $HOME/.kube/config)
-n, --namespace string Namespace to use (default: from $KUBECONFIG)
--to string Version of Resource
--type string The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton') (default "tekton")
```

### SEE ALSO
Expand Down
9 changes: 7 additions & 2 deletions docs/man/man1/tkn-hub-check-upgrade-task.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ Check updates for Task installed via Hub CLI
.PP
\fB\-\-api\-server\fP=""
Hub API Server URL (default '
\[la]https://api.hub.tekton.dev'\[ra]).
URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'HUB\_API\_SERVER'.
\[la]https://api.hub.tekton.dev'\[ra] for 'tekton' type; default '
\[la]https://artifacthub.io'\[ra] for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'TEKTON\_HUB\_API\_SERVER'/'ARTIFACT\_HUB\_API\_SERVER'.

.PP
\fB\-c\fP, \fB\-\-context\fP=""
Expand All @@ -43,6 +44,10 @@ URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'H
\fB\-n\fP, \fB\-\-namespace\fP=""
Namespace to use (default: from $KUBECONFIG)

.PP
\fB\-\-type\fP="tekton"
The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton')


.SH EXAMPLE
.PP
Expand Down
9 changes: 7 additions & 2 deletions docs/man/man1/tkn-hub-check-upgrade.1
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,13 @@ Check for upgrades of resources if present
.PP
\fB\-\-api\-server\fP=""
Hub API Server URL (default '
\[la]https://api.hub.tekton.dev'\[ra]).
URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'HUB\_API\_SERVER'.
\[la]https://api.hub.tekton.dev'\[ra] for 'tekton' type; default '
\[la]https://artifacthub.io'\[ra] for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'TEKTON\_HUB\_API\_SERVER'/'ARTIFACT\_HUB\_API\_SERVER'.

.PP
\fB\-\-type\fP="tekton"
The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton')


.SH SEE ALSO
Expand Down
9 changes: 7 additions & 2 deletions docs/man/man1/tkn-hub-downgrade-task.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ Downgrade an installed Task by its name to a lower version
.PP
\fB\-\-api\-server\fP=""
Hub API Server URL (default '
\[la]https://api.hub.tekton.dev'\[ra]).
URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'HUB\_API\_SERVER'.
\[la]https://api.hub.tekton.dev'\[ra] for 'tekton' type; default '
\[la]https://artifacthub.io'\[ra] for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'TEKTON\_HUB\_API\_SERVER'/'ARTIFACT\_HUB\_API\_SERVER'.

.PP
\fB\-c\fP, \fB\-\-context\fP=""
Expand All @@ -47,6 +48,10 @@ URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'H
\fB\-\-to\fP=""
Version of Resource

.PP
\fB\-\-type\fP="tekton"
The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton')


.SH EXAMPLE
.PP
Expand Down
9 changes: 7 additions & 2 deletions docs/man/man1/tkn-hub-downgrade.1
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,13 @@ Downgrade an installed resource
.PP
\fB\-\-api\-server\fP=""
Hub API Server URL (default '
\[la]https://api.hub.tekton.dev'\[ra]).
URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'HUB\_API\_SERVER'.
\[la]https://api.hub.tekton.dev'\[ra] for 'tekton' type; default '
\[la]https://artifacthub.io'\[ra] for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'TEKTON\_HUB\_API\_SERVER'/'ARTIFACT\_HUB\_API\_SERVER'.

.PP
\fB\-\-type\fP="tekton"
The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton')


.SH SEE ALSO
Expand Down
9 changes: 7 additions & 2 deletions docs/man/man1/tkn-hub-get-pipeline.1
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,18 @@ Get Pipeline by name, catalog and version
.PP
\fB\-\-api\-server\fP=""
Hub API Server URL (default '
\[la]https://api.hub.tekton.dev'\[ra]).
URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'HUB\_API\_SERVER'.
\[la]https://api.hub.tekton.dev'\[ra] for 'tekton' type; default '
\[la]https://artifacthub.io'\[ra] for 'artifact' type).
URL can also be defined in a file '$HOME/.tekton/hub\-config' with a variable 'TEKTON\_HUB\_API\_SERVER'/'ARTIFACT\_HUB\_API\_SERVER'.

.PP
\fB\-\-from\fP=""
Name of Catalog to which resource belongs to.

.PP
\fB\-\-type\fP="tekton"
The type of Hub from where to pull the resource. Either 'artifact' or 'tekton' (default 'tekton')

.PP
\fB\-\-version\fP=""
Version of Resource
Expand Down
Loading

0 comments on commit 5076c62

Please sign in to comment.