-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes chains namespace configurable with new flag chains-namespace where you can specify in which namespace the chains is configured, by default it is tekton-chains Do refacotring in chains cmd code Update docs
- Loading branch information
1 parent
2b7970b
commit 90517dc
Showing
25 changed files
with
575 additions
and
511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
## tkn chain | ||
|
||
Manage Chains | ||
|
||
***Aliases**: chains* | ||
|
||
### Usage | ||
|
||
``` | ||
tkn chain | ||
``` | ||
|
||
### Synopsis | ||
|
||
Manage Chains | ||
|
||
### Options | ||
|
||
``` | ||
--chains-namespace string namespace in which chains is installed (default "tekton-chains") | ||
-c, --context string name of the kubeconfig context to use (default: kubectl config current-context) | ||
-h, --help help for chain | ||
-k, --kubeconfig string kubectl config file (default: $HOME/.kube/config) | ||
-n, --namespace string namespace to use (default: from $KUBECONFIG) | ||
-C, --no-color disable coloring (default: false) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [tkn](tkn.md) - CLI for tekton pipelines | ||
* [tkn chain payload](tkn_chain_payload.md) - Print Tekton Chains' payload for a specific taskrun | ||
* [tkn chain signature](tkn_chain_signature.md) - Print Tekton Chains' signature for a specific taskrun | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## tkn chain signature | ||
|
||
Print Tekton Chains' signature for a specific taskrun | ||
|
||
### Usage | ||
|
||
``` | ||
tkn chain signature | ||
``` | ||
|
||
### Synopsis | ||
|
||
Print Tekton Chains' signature for a specific taskrun | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for signature | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--chains-namespace string namespace in which chains is installed (default "tekton-chains") | ||
-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) | ||
-C, --no-color disable coloring (default: false) | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [tkn chain](tkn_chain.md) - Manage Chains | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
.TH "TKN\-CHAIN\-SIGNATURE" "1" "" "Auto generated by spf13/cobra" "" | ||
.nh | ||
.ad l | ||
|
||
|
||
.SH NAME | ||
.PP | ||
tkn\-chain\-signature \- Print Tekton Chains' signature for a specific taskrun | ||
|
||
|
||
.SH SYNOPSIS | ||
.PP | ||
\fBtkn chain signature\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
.PP | ||
Print Tekton Chains' signature for a specific taskrun | ||
|
||
|
||
.SH OPTIONS | ||
.PP | ||
\fB\-h\fP, \fB\-\-help\fP[=false] | ||
help for signature | ||
|
||
|
||
.SH OPTIONS INHERITED FROM PARENT COMMANDS | ||
.PP | ||
\fB\-\-chains\-namespace\fP="tekton\-chains" | ||
namespace in which chains is installed | ||
|
||
.PP | ||
\fB\-c\fP, \fB\-\-context\fP="" | ||
name of the kubeconfig context to use (default: kubectl config current\-context) | ||
|
||
.PP | ||
\fB\-k\fP, \fB\-\-kubeconfig\fP="" | ||
kubectl config file (default: $HOME/.kube/config) | ||
|
||
.PP | ||
\fB\-n\fP, \fB\-\-namespace\fP="" | ||
namespace to use (default: from $KUBECONFIG) | ||
|
||
.PP | ||
\fB\-C\fP, \fB\-\-no\-color\fP[=false] | ||
disable coloring (default: false) | ||
|
||
|
||
.SH SEE ALSO | ||
.PP | ||
\fBtkn\-chain(1)\fP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
.TH "TKN\-CHAIN" "1" "" "Auto generated by spf13/cobra" "" | ||
.nh | ||
.ad l | ||
|
||
|
||
.SH NAME | ||
.PP | ||
tkn\-chain \- Manage Chains | ||
|
||
|
||
.SH SYNOPSIS | ||
.PP | ||
\fBtkn chain\fP | ||
|
||
|
||
.SH DESCRIPTION | ||
.PP | ||
Manage Chains | ||
|
||
|
||
.SH OPTIONS | ||
.PP | ||
\fB\-\-chains\-namespace\fP="tekton\-chains" | ||
namespace in which chains is installed | ||
|
||
.PP | ||
\fB\-c\fP, \fB\-\-context\fP="" | ||
name of the kubeconfig context to use (default: kubectl config current\-context) | ||
|
||
.PP | ||
\fB\-h\fP, \fB\-\-help\fP[=false] | ||
help for chain | ||
|
||
.PP | ||
\fB\-k\fP, \fB\-\-kubeconfig\fP="" | ||
kubectl config file (default: $HOME/.kube/config) | ||
|
||
.PP | ||
\fB\-n\fP, \fB\-\-namespace\fP="" | ||
namespace to use (default: from $KUBECONFIG) | ||
|
||
.PP | ||
\fB\-C\fP, \fB\-\-no\-color\fP[=false] | ||
disable coloring (default: false) | ||
|
||
|
||
.SH SEE ALSO | ||
.PP | ||
\fBtkn(1)\fP, \fBtkn\-chain\-payload(1)\fP, \fBtkn\-chain\-signature(1)\fP |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.