Forrest logo
back to context overview

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 machine
    explain this command
  • doctl-apps:tldr:853d6 doctl-apps: List all deployments from a specific app.
    $ doctl apps list-deployments ${app_id}
    try on your machine
    explain this command
  • doctl-apps:tldr:8ae01 doctl-apps: Create an app.
    $ doctl apps create
    try on your machine
    explain this command
  • doctl-apps:tldr:a8d79 doctl-apps: Get logs from a specific app.
    $ doctl apps logs ${app_id}
    try on your machine
    explain 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 machine
    explain this command
  • doctl-apps:tldr:cf118 doctl-apps: Create a deployment for a specific app.
    $ doctl apps create-deployment ${app_id}
    try on your machine
    explain this command
  • doctl-apps:tldr:ea490 doctl-apps: List all apps.
    $ doctl apps list
    try on your machine
    explain this command
  • doctl-apps:tldr:eaa6a doctl-apps: Get an app.
    $ doctl apps get
    try on your machine
    explain this command
back to context overview