Skip to content

15 - Real-World Plugins

Congratulations on completing the tutorial! You've built a fully functional SFTP plugin with:

  • PKL schema definitions
  • Full CRUD lifecycle
  • Discovery support
  • Conformance tests
  • CI/CD pipeline
  • Local testing workflow

Tutorial Plugin

The complete SFTP plugin from this tutorial is available on GitHub:

Production Plugins

Study these production plugins to see real-world patterns:

Plugin Description Repository
AWS Manages AWS resources via CloudControl API formae-plugin-aws
Azure Manages Azure resources formae-plugin-azure
GCP Manages Google Cloud resources formae-plugin-gcp
Oracle Manages Oracle Cloud resources formae-plugin-oracle
OVH Manages OVH/OpenStack resources formae-plugin-ovh

What's Next

Advanced Topics

Ready to go deeper? Check out the advanced guides:

Reference

For detailed API documentation:


Previous: 14 - Observability