github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_fix_thumbnails.md (about)

     1  ## cozy-stack fix thumbnails
     2  
     3  Rebuild thumbnails image for images files
     4  
     5  ```
     6  cozy-stack fix thumbnails <domain> [flags]
     7  ```
     8  
     9  ### Options
    10  
    11  ```
    12        --dry-run         Dry run
    13    -h, --help            help for thumbnails
    14        --with-metadata   Recalculate images metadata
    15  ```
    16  
    17  ### Options inherited from parent commands
    18  
    19  ```
    20        --admin-host string   administration server host (default "localhost")
    21        --admin-port int      administration server port (default 6060)
    22    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    23        --host string         server host (default "localhost")
    24    -p, --port int            server port (default 8080)
    25  ```
    26  
    27  ### SEE ALSO
    28  
    29  * [cozy-stack fix](cozy-stack_fix.md)	 - A set of tools to fix issues or migrate content.
    30