frankendeploy logs

frankendeploy logs

Show application logs from server

Synopsis

Displays logs from the deployed application container.

Example: frankendeploy logs production frankendeploy logs production —tail 50 frankendeploy logs production -f frankendeploy logs production —service=worker frankendeploy logs production —service=all

frankendeploy logs <server> [flags]

Options

  -f, --follow           Follow log output
  -h, --help             help for logs
      --service string   Service to show logs for (app, worker, all) (default "app")
      --since string     Show logs since timestamp (e.g., 2h, 30m)
      --tail string      Number of lines to show (default "100")

Options inherited from parent commands

      --config string   Config file (default: frankendeploy.yaml)
  -v, --verbose         Show detailed logs
  -y, --yes             Skip confirmations (CI/CD mode)

SEE ALSO

Auto generated by spf13/cobra on 20-Apr-2026