If I created a web service + static site with the App Platform, am I able to go into an existing app, and update the App Spec file using doctl?
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.
This will update the app spec:
Find the app id first via
doctl apps list
.Hello,
Yes, you can always update the App spec. But please ensure to do that only using the API or CLI (doctl). Refer to below link for more insights:
https://www.digitalocean.com/docs/app-platform/references/app-specification-reference/
Hope this helps!
Cheers, Sri Charan