diagrid appid logs
Get App ID logs
Description
Get App ID logs in a project
diagrid appid logs <appid(s)> [flags]
Examples
  # Retrieve the most recent logs for a set of App IDs
  diagrid appid logs my-appid my-other-appid --project my-project
  # Get the last 5 logs for a specific App ID
  diagrid appid logs my-appid --project my-project -t 5
  # Follow the logs for a specific App ID
  diagrid appid logs my-appid --project my-project --follow
Options
  -p, --project string   Name of existing project
  -f, --follow           Follow the logs
  -t, --tail int         Number of log entries to display from the most recent entry (default 10)
  -a, --all              Show logs for all App IDs
  -h, --help             help for logs
Options inherited from parent commands
      --api-key string   Diagrid Cloud API key
SEE ALSO
- diagrid appid - Manage App IDs