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

Support CustomRun resource #2184

Closed
stillfox-lee opened this issue Nov 24, 2023 · 3 comments
Closed

Support CustomRun resource #2184

stillfox-lee opened this issue Nov 24, 2023 · 3 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@stillfox-lee
Copy link
Contributor

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 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.
@stillfox-lee stillfox-lee added the kind/feature Categorizes issue or PR as related to a new feature. label Nov 24, 2023
@vdemeester
Copy link
Member

This is more or less a duplicate of #1623 (but not completely).

@stillfox-lee
Copy link
Contributor Author

This is more or less a duplicate of #1623 (but not completely).

Sorry I didn't see this issue. thanks for the reply.

@vdemeester
Copy link
Member

@stillfox-lee no worries 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants