You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can I please request that you add additional commands for Runbook operations to the Octopus CLI.
Presently the only Runbook operation in is run-runbook. What I'd like to see are these two operations -
create-runbook: Ideally this would work in almost exactly the same way as create-release, allowing the specification of defaultPackageVersion and package to set package versions to use with steps. I'd also like to be able to optionally publish the new Runbook after creation.
publish-runbook: This operation would allow publishing of an existing Runbook.
Assuming I have one or more steps in both my Deployment Process and a Runbook that references a script, currently when using AWS CodeBuild I can create a package, upload it to S3 and then create a release on Octopus, but I have to manually create the Runbook and then publish it. What I'd like to be able to do is something like this.
Good morning,
Can I please request that you add additional commands for Runbook operations to the Octopus CLI.
Presently the only Runbook operation in is
run-runbook
. What I'd like to see are these two operations -create-runbook
: Ideally this would work in almost exactly the same way ascreate-release
, allowing the specification ofdefaultPackageVersion
andpackage
to set package versions to use with steps. I'd also like to be able to optionally publish the new Runbook after creation.publish-runbook
: This operation would allow publishing of an existing Runbook.Assuming I have one or more steps in both my Deployment Process and a Runbook that references a script, currently when using AWS CodeBuild I can create a package, upload it to S3 and then create a release on Octopus, but I have to manually create the Runbook and then publish it. What I'd like to be able to do is something like this.
I'd be happy to provide further details if that would help.
Thanks.
David
The text was updated successfully, but these errors were encountered: