Docs v1: added plugin development resources #6643
Open
rahulshendre wants to merge 2 commits intopipe-cd:masterfrom
Open
Docs v1: added plugin development resources #6643rahulshendre wants to merge 2 commits intopipe-cd:masterfrom
rahulshendre wants to merge 2 commits intopipe-cd:masterfrom
Conversation
Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
rahulshendre
commented
Apr 3, 2026
| ```console | ||
| #Replace `<PATH_TO_PIPED_CONFIG_FILE>` with the path to your `piped` configuration file. | ||
| ./piped pipedv1 --config-file={PATH_TO_PIPED_CONFIG_FILE} | ||
| # Replace `<PATH_TO_PIPED_CONFIG_FILE>` with the path to your `piped` configuration file. |
Contributor
Author
There was a problem hiding this comment.
I have updated this as well, the example said piped pipedv1, but the v1 binary is started with piped run (that’s what we have under Runtime options and what the code uses in piped.go#L121
Contributor
Author
|
I have turned the contributing to pipecd plugins into a small section, and linked it from the main contributing plugins guide, this is a very concise summary of the whole guide of development of plugins for pipecd as we discussed in the slack thread Next steps: PTAL, and let me know if any changes are needed |
eeshaanSA
requested changes
Apr 4, 2026
.../en/docs-v1.0.x/contribution-guidelines/contributing-plugins/plugin-development-resources.md
Outdated
Show resolved
Hide resolved
Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
6de4fea to
c283e71
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does:
Adds a Plugin development resources page under Contribute/ Contribute to PipeCD plugins (with links, notes, and a work in progress tag)
Why we need it:
Having one place for plugin-dev links and tips until complete in-docs tutorials and book translation are added
Which issue(s) this PR fixes:
Fixes #6617
Does this PR introduce a user-facing change?: