Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow running detached app commands and follow logs by container ID #906

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 26, 2024

  1. Allow running detached app commands

    this is useful for long running rake tasks or scripts
    that can be run without having to keep open connection to the server.
    
    Example:
    ```
    kamal app exec 'bin/rails db:backfill_task' --detach
    ```
    aliismayilov committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    e3085ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4b9b18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    690aa98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9896acc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc049e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71ef73c View commit details
    Browse the repository at this point in the history