mirror of
https://github.com/dokku/dokku.git
synced 2026-07-12 13:31:10 +02:00
The previous commit renamed --logs-vector-global-image and --logs-vector-global-networks to --logs-global-vector-image and --logs-global-vector-networks, and added --logs-computed-vector-image, --logs-computed-vector-networks, and --logs-computed-vector-sink. The logs.bats per-app Invalid-flag listing was still pinned to the old 10-flag set and the vector-global JSON keys and CLI flags still used the old names, so the (logs) logs:report app, (logs:report) vector-global-image and vector-global-networks raw, and (logs) logs:set --global vector-networks tests failed - the latter cascaded because the failing assertion ran before its vector-image cleanup. Updates the per-app Invalid-flag string to the 13-flag sorted listing, renames every stale jq key and CLI flag reference, adds a parallel (logs) logs:report --global invalid flag test covering the 10-flag global-scope listing, and adds dokku logs:set --global vector-image to teardown so a future failing test doesn't leak the property.