Hi, according to the documentation, the get-deployment command doesn’t contain any status field. https://docs.digitalocean.com/reference/doctl/reference/apps/get-deployment/
I can see a progress field, but, for example, when I cancelled the deployment, this got stuck and didn’t move past 2/10. I am using CI to display the deployment status using this command, but how do I know when is it finished and I can stop fetching the results?
I’d expect something like a STATUS field which reads something like “in progress”, “finished”, “cancelled”, “error”
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Hey @fantiago,
I believe that this is not possible with
doctl
as of the time being, but indeed, this sounds like a great idea, it’d be super useful!The best thing to do to get your voice heard regarding this would be to head over to the
doctl
GitHub repository and post a new feature request, including as much information as possible for what you’d like to see implemented:Feel free to share a link here to your GitHub feature request once created.
Hope that helps!
- Bobby.