doctl apps
Used to manage digitalocean apps.
doctl apps create
- Create a deployment for a specific app:
doctl apps create-deployment {app_id}
- Delete an app interactively:
doctl apps delete {app_id}
doctl apps get
doctl apps list
- List all deployments from a specific app:
doctl apps list-deployments {app_id}
- Get logs from a specific app:
doctl apps logs {app_id}
- Update a specific app with a given app spec:
doctl apps update {app_id} --spec {path/to/spec.yml}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).