search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Brotli Commands
10 brotli entries
Limited to 100 results
brotli Operations
Brotli Command: Compress File
brotli <path/to/file> brotli Archive
Brotli Command: Compress File Create Compressed Version
brotli <path/to/file> brotli Archive
Brotli Command: Compress File Specify Output Filename
brotli <path/to/file> -o <path/to/compressed_output_file.br> brotli Archive
Brotli Command: Compress File Specify Quality
brotli -q <11> <path/to/file> -o <path/to/compressed_output_file.br> brotli Archive
Brotli Command: Compress File With Output
brotli <path/to/file> -o <path/to/compressed_output_file.br> brotli Archive
Brotli Command: Compress File With Quality
brotli -q <11> <path/to/file> -o <path/to/compressed_output_file.br> brotli Archive
Brotli Command: Decompress Brotli File Specify Output Filename
brotli -d <path/to/compressed_file.br> -o <path/to/output_file> brotli Operations
Brotli Command: Decompress File
brotli -d <path/to/file.br> brotli Archive
Brotli Command: Decompress File Create Uncompressed Version
brotli -d <path/to/file.br> brotli Archive
Brotli Command: Decompress File With Output
brotli -d <path/to/compressed_file.br> -o <path/to/output_file>