PowerShell Crescendo First Look

Поділитися
Вставка
  • Опубліковано 23 лип 2024
  • PowerShell Crescendo was made generally available by Microsoft in March 2022. It's a new framework to allow you to create PowerShell cmdlets that use any underlying command line tool, with all of the PowerShell standards and goodness, while also returning the results as PowerShell objects, rather than text.
    // SUBSCRIBE ✅
    ua-cam.com/users/mattallford?su...
    // RESOURCES & REFERENCES 📃
    GitHub Gist, if you'd like to follow along:
    🔗gist.github.com/mattallford/b...
    Microsoft Documentation:
    🔗docs.microsoft.com/en-us/powe...
    Crescendo on GitHub:
    🔗github.com/PowerShell/Crescendo
    // FOLLOW ME 👉
    Blog - mattallford.com
    LinkedIn - / mattallford
    Twitter - / mattallford
    GitHub - github.com/mattallford
    // CHAPTERS 🕛
    0:00 Introduction
    0:43 What is PowerShell Crescendo?
    6:30 What are we going to do?
    7:22 Prerequisites
    8:06 Installing Crescendo
    8:36 Explore native docker commands
    9:59 Create a JSON configuration
    11:55 Create new command with Crescendo
    12:48 Test the new cmdlet
    13:42 Adding arguments
    15:41 Review native command JSON output
    18:25 Configure an Output Handler
    21:13 Adding a parameter
    24:04 Crescendo help
  • Навчання та стиль

КОМЕНТАРІ • 4

  • @jacobos.carballada5425
    @jacobos.carballada5425 Рік тому +1

    thanks, good overview. well explained.

    • @MattAllford
      @MattAllford  Рік тому

      Thanks Jacobo! I’m glad it was helpful.

  • @navekeinan
    @navekeinan Рік тому

    Wow that is so cool.
    Who would have thought that docker CLI could return objects 😍

    • @MattAllford
      @MattAllford  Рік тому

      Agreed! There’s some need for improvement which the team are working on for some advanced cases, but I really like what they’ve achieved with Crescendo!