Automattic / vip-cli

The VIP-CLI
https://docs.wpvip.com/vip-cli/
MIT License
58 stars 17 forks source link

`vip logs @env` fails with `Error: Invalid type: undefined. The supported types are: app, batch` #2095

Closed sjinks closed 6 days ago

sjinks commented 2 weeks ago

According to the help text,

    -t, --type            Specify the type of Runtime Logs to retrieve. Accepts "batch" (only valid for WordPress environments) or "app" (default).

vip logs @env must be equivalent to vip logs @env --type app, which is not the case.