Achieving single command Infrastructure deployment using PowerShell DSC.

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. Invoke-Build

    Build Automation in PowerShell

    So I need to take a step back and Start-DscConfiguration won't be my entry point to deployment. I need a .ps1 script that installs modules. Or, bear with me, I'll be using a PowerShell build tool: Invoke-Build.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Invoke-Build.ps1 - invokes build scripts, this is the build engine

  4. Build-Checkpoint.ps1 - invokes persistent builds using the engine

  5. Build-Parallel.ps1 - invokes parallel builds using the engine

  6. Resolve-MSBuild.ps1 - finds…

  7. FAKE

    FAKE - F# Make

    You may use other tools too: psake, make, cake, fake or any other *ake you are familiar with. I look at them as a tools that make build tasks behind simple commands and help me answer: How did I run that code again?

  8. Psake

    A build automation tool written in PowerShell

    You may use other tools too: psake, make, cake, fake or any other *ake you are familiar with. I look at them as a tools that make build tasks behind simple commands and help me answer: How did I run that code again?

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. Invoke-Build.template

    Invoke-Build script template

    So, we still must install Invoke-Build? Well, conveniently, there is a template for invoke-build file that detects if Invoke-Build is installed or not and installs it and we'll use it.

  11. psdsctest

    View on GitHub

  12. Cake

    :cake: Cake (C# Make) is a cross platform build automation system.

    You may use other tools too: psake, make, cake, fake or any other *ake you are familiar with. I look at them as a tools that make build tasks behind simple commands and help me answer: How did I run that code again?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do you specify Debug or Release when calling Invoke-psake?

    1 project | /r/PowerShell | 9 Jun 2021
  • pake: Just another Make but with Powershell

    1 project | /r/programming | 20 Jan 2021
  • Ask HN: Do You Prefer Powershell?

    1 project | news.ycombinator.com | 19 Jan 2023
  • Github pipelines/actions for .net build/deployment workflow?

    2 projects | /r/github | 28 Nov 2022
  • How do you guys make sense of a complex project on GitHub?

    2 projects | /r/csharp | 16 Feb 2022