Feature description
In the "traditional" version of GDAL you could execute this command:
gdal_edit.py -colorinterp gray input.tif
I want that feature to also be available in the new "application" version. Maybe like this:
gdal raster edit --dataset input.tif --colorinterp gray
Additional context
No response