Skip to content

Docs v1: added plugin development resources #6643

Open
rahulshendre wants to merge 2 commits intopipe-cd:masterfrom
rahulshendre:feat/make-and-learn-pipecd-plugins
Open

Docs v1: added plugin development resources #6643
rahulshendre wants to merge 2 commits intopipe-cd:masterfrom
rahulshendre:feat/make-and-learn-pipecd-plugins

Conversation

@rahulshendre
Copy link
Copy Markdown
Contributor

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?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
```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.
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@rahulshendre
Copy link
Copy Markdown
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:
Begin work on the translated version of the book Make and Learn PipeCD Plugin

PTAL, and let me know if any changes are needed
cc @khanhtc1202, @Warashi, @eeshaanSA

Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
@rahulshendre rahulshendre force-pushed the feat/make-and-learn-pipecd-plugins branch from 6de4fea to c283e71 Compare April 5, 2026 04:43
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.

Docs: Simple summary of the book - Make and Learn PipeCD Plugin

2 participants