According to the main GitHub page for Brotli there are 11 levels of dynamic compression.
Sets on-the-fly compression Brotli quality (compression) level. Acceptable values are in the range from 0 to 11.
However another page of the project shows that the command line only supports 9 levels of compression
compression level (0-9); bigger values cause denser, but slower compression
I tested to see if level 9 from the command line was the same as level 11 dynamic compression. However it is not.
Is there any way compress a file using the command line with level 11 compression?