Schedule Deployment list

I am having the problem related to getting the information of the scheduled deployments in Octopus. I am using the Octo command with the list-latestdeployment parametre but i am not getting all the scheduled deployments. only the most recent one which is scheduled is coming as output. Can You plz suggest the Command to get all the Schedule deployment list into text file?

Hi @infogain777,

Thanks for getting in touch! The list-latestdeployments parameter will only return the latest single deployment. To get multiple deployments you would want to instead use the list-deployments parameter which also includes an --outputFormat=VALUE argument as shown in the following doc page.

I hope this helps! Let me know how you go or if you have any further questions moving forward. :slight_smile:

Best regards,

Kenny