Hi,
I am using the Octopus Client in PowerShell script to manage projects. I am having difficulty working with the deployment process. For my situation, I would like to add a consistent set of Process Steps ( a mix of Octopus built-in steps and custom steps ) for each new project from my script. I have been able to successfully add custom steps using the ActionTemplates ( based on scripts found in the samples repo, https://github.com/OctopusDeploy/OctopusDeploy-Api/tree/master/Octopus.Client/PowerShell ), but I am unable to determine how to add an Octopus built-in step, ex, “Deploy a Package”. Maybe the question is simply where can I find the built-in step templates ?