Skip to content

Commit

Permalink
Create Tekton.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Nov 13, 2023
1 parent d0f7064 commit c2146e8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cheat-sheet/kubernetes/Tekton.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## CLI

tkn task list # List defined tasks
tkn pipeline list # List defined pipelines
tkn resource list # List pipeline resources (Git repos)

tkn task start <name>
tkn task start <name> -p namespace=<namespace> --showlog

tkn task describe <name>

tkn taskrun list # List task runs
tkn taskrun logs -L -f # Follow task run logs

tkn pipeline start <name>
tkn pipeline start <name> -p namespace=<namespace> -p contextDir=. --showlog

0 comments on commit c2146e8

Please sign in to comment.