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

docs: add Developing Tsuru Plugins #215

Merged
merged 2 commits into from
Oct 23, 2023

Conversation

tcarreira
Copy link
Contributor

@tcarreira tcarreira commented Oct 21, 2023

Documentation about plugins, what they are and how to create new plugins

  • what is a tsuru plugin: it is an executable file (script or binary)
    • if binary, it should be compiled for supported os/arch
  • what information is passed as ENV from the tsuru-client to the plugin
  • publishing a plugin (if platform-dependent binary, should publish a manifest.json)
  • recommend tagging the github project with tsuru-plugin

Check how this gets rendered:

closes: #192

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9966709) 71.55% compared to head (0d96f07) 71.55%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #215   +/-   ##
=======================================
  Coverage   71.55%   71.55%           
=======================================
  Files          44       44           
  Lines        8298     8298           
=======================================
  Hits         5938     5938           
  Misses       1527     1527           
  Partials      833      833           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wpjunior wpjunior merged commit a667645 into tsuru:master Oct 23, 2023
6 checks passed
@wpjunior
Copy link
Member

thanks @tcarreira

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create documentation about tsuru plugins
3 participants