From a66764562c19220ebdd7fb38ea725f17cf835b71 Mon Sep 17 00:00:00 2001 From: Tiago Carreira Date: Sat, 21 Oct 2023 01:12:33 +0100 Subject: [PATCH] doc: remember about github topics --- plugins.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins.md b/plugins.md index 4c52262d..26dd76b6 100644 --- a/plugins.md +++ b/plugins.md @@ -22,6 +22,9 @@ tsuru myplugin subcommands -flags # called with args: subcommands -flags ``` +You may find available tsuru plugins on github, by searching for the topic [`tsuru-plugin`](https://github.com/topics/tsuru-plugin). +(If you are developing a plugin, please tag your github repo). + ## Distributing a tsuru plugin The best way to distribute a tsuru plugin is making it compatible with `tsuru plugin install`.