Skip to content

Commit

Permalink
Remove the condition subcommand.
Browse files Browse the repository at this point in the history
The `Condition` type has been deprecated for a while now, and in
0.37.0, the type is completely gone. This removes the subcommand as well.

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Jun 24, 2022
1 parent 4f7ea16 commit 8185a1b
Show file tree
Hide file tree
Showing 50 changed files with 13 additions and 1,965 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ test-e2e: bin/tkn ## run e2e tests
.PHONY: docs
docs: bin/docs ## update docs
@echo "Generating docs"
@mkdir -p ./docs/cmd ./docs/man/man1
@./bin/docs --target=./docs/cmd
@./bin/docs --target=./docs/man/man1 --kind=man
@rm -f ./bin/docs
Expand Down
1 change: 0 additions & 1 deletion docs/cmd/tkn.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ CLI for tekton pipelines
* [tkn clustertask](tkn_clustertask.md) - Manage ClusterTasks
* [tkn clustertriggerbinding](tkn_clustertriggerbinding.md) - Manage ClusterTriggerBindings
* [tkn completion](tkn_completion.md) - Prints shell completion scripts
* [tkn condition](tkn_condition.md) - Manage Conditions
* [tkn eventlistener](tkn_eventlistener.md) - Manage EventListeners
* [tkn hub](tkn_hub.md) - Interact with tekton hub
* [tkn pipeline](tkn_pipeline.md) - Manage pipelines
Expand Down
33 changes: 0 additions & 33 deletions docs/cmd/tkn_condition.md

This file was deleted.

52 changes: 0 additions & 52 deletions docs/cmd/tkn_condition_delete.md

This file was deleted.

50 changes: 0 additions & 50 deletions docs/cmd/tkn_condition_describe.md

This file was deleted.

41 changes: 0 additions & 41 deletions docs/cmd/tkn_condition_list.md

This file was deleted.

98 changes: 0 additions & 98 deletions docs/man/man1/tkn-condition-delete.1

This file was deleted.

90 changes: 0 additions & 90 deletions docs/man/man1/tkn-condition-describe.1

This file was deleted.

Loading

0 comments on commit 8185a1b

Please sign in to comment.