$ initiat commands
$ initiat project setup
Run the setup script from .initiat/setup.yml to configure the development environment
Back to Docs

Usage

      initiat project setup
      
    

Examples

Run setup script

      initiat project setup
      
    

How it works

  1. Reads and parses .initiat/setup.yml

  2. Validates the setup configuration against the schema

  3. Fetches required secrets from Initiat (if needed)

  4. Executes the setup script (installs tools, runtimes, databases, etc.)

  5. Runs all phases sequentially (bootstrap → provision → setup → verify → post)

Output

      📋 Loading setup script from .initiat/setup.yml...
🔍 Validating setup configuration...
✅ Setup configuration is valid
🚀 Executing setup script...

[bootstrap phase]
  ✓ Ensuring package manager...
  ✓ Ensuring git...

[provision phase]
  ✓ Installing Node.js runtime...
  ✓ Ensuring PostgreSQL database...

[setup phase]
  ✓ Installing dependencies...
  ✓ Running migrations...

[verify phase]
  ✓ Verifying installation...

[post phase]
  ✓ Setup complete!

✅ Setup completed successfully!

      
    
© 2025 Initiat Technologies. All rights reserved.