
doctl-apps
List of commands for doctl-apps:
-
doctl-apps:tldr:789f7 doctl-apps: Delete an app interactively.$ doctl apps delete ${app_id}try on your machineexplain this command
-
doctl-apps:tldr:853d6 doctl-apps: List all deployments from a specific app.$ doctl apps list-deployments ${app_id}try on your machineexplain this command
-
doctl-apps:tldr:8ae01 doctl-apps: Create an app.$ doctl apps createtry on your machineexplain this command
-
doctl-apps:tldr:a8d79 doctl-apps: Get logs from a specific app.$ doctl apps logs ${app_id}try on your machineexplain this command
-
doctl-apps:tldr:b074b doctl-apps: Update a specific app with a given app spec.$ doctl apps update ${app_id} --spec ${path-to-spec-yml}try on your machineexplain this command
-
doctl-apps:tldr:cf118 doctl-apps: Create a deployment for a specific app.$ doctl apps create-deployment ${app_id}try on your machineexplain this command
-
doctl-apps:tldr:ea490 doctl-apps: List all apps.$ doctl apps listtry on your machineexplain this command
-
doctl-apps:tldr:eaa6a doctl-apps: Get an app.$ doctl apps gettry on your machineexplain this command