mirror of
https://github.com/dokku/dokku.git
synced 2026-07-10 12:36:13 +02:00
The `apps:list` command now accepts a `--format` flag that defaults to `stdout` and can be set to `json` to emit the app names as a JSON array, matching the JSON output the `:report` subcommands already provide. When no apps exist, the JSON output is an empty array.