Skip to main content

Guides

Here you'll find practical examples to help you make the most of nullplatform.

Automatically update application repositories on creation​

🎯 Goal: Automatically update application repositories with custom files when new applications are created.

Learn how to add a CLAUDE.md file at application creation time so new repos come preloaded with useful context.

πŸ‘‰ Automatically update application repositories on creation

Require stage deployment before production​

🎯 Goal: Allow builds to be deployed to production only if they’ve already gone through stage.

See how to enforce progressive promotion by requiring stage deployment before production.

πŸ‘‰ Require stage deployment before production