You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, first of all I would like to thank you for your contributions, tkn is a great tool to use.
I noticed that right now tkn doesn't support CustomRun resources, curious if we have any plans to support CustomRun resources?
Use case
Just like TaskRun commands.
UI Example
Manage CustomRuns
Usage:
tkn customrun [flags]
tkn customrun [command]
Aliases:
customrun, cr, customruns
Available Commands:
cancel Cancel a CustomRuns in a namespace
delete Delete CustomRuns in a namespace
describe Describe a CustomRuns in a namespace
export Export CustomRuns
list Lists CustomRuns in a namespace
Flags:
-c, --context string name of the kubeconfig context to use (default: kubectl config current-context)
-h, --help help for taskrun
-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)
Use "tkn customrun [command] --help" for more information about a command.
The text was updated successfully, but these errors were encountered:
Feature request
Hi everyone, first of all I would like to thank you for your contributions, tkn is a great tool to use.
I noticed that right now tkn doesn't support
CustomRun
resources, curious if we have any plans to supportCustomRun
resources?Use case
Just like
TaskRun
commands.UI Example
The text was updated successfully, but these errors were encountered: