Publishing Bundles

🚧 Coming Soon

This page is under construction. We’re working on comprehensive documentation for publishing and sharing Station template bundles.

What This Will Cover

  • Bundle Registry Submission - Publishing to the official registry
  • Private Distribution - Sharing bundles within organizations
  • Versioning & Updates - Managing bundle versions and updates
  • Documentation Standards - Writing good bundle documentation
  • Community Guidelines - Best practices for shared bundles

Quick Reference

Bundle publishing workflow:

# Create and test your bundle
stn template create --env default
stn template bundle my-template/

# Test in clean environment
stn template install my-template.tar.gz --env test

# Submit to registry (coming soon)
# stn registry publish my-template.tar.gz

Next Steps