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

     1  ## cozy-stack fix indexes
     2  
     3  Rebuild the CouchDB views and indexes
     4  
     5  ### Synopsis
     6  
     7  
     8  This fixer ensures that the CouchDB views and indexes used by the stack for
     9  this instance are correctly set.
    10  
    11  
    12  ```
    13  cozy-stack fix indexes <domain> [flags]
    14  ```
    15  
    16  ### Options
    17  
    18  ```
    19    -h, --help   help for indexes
    20  ```
    21  
    22  ### Options inherited from parent commands
    23  
    24  ```
    25        --admin-host string   administration server host (default "localhost")
    26        --admin-port int      administration server port (default 6060)
    27    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    28        --host string         server host (default "localhost")
    29    -p, --port int            server port (default 8080)
    30  ```
    31  
    32  ### SEE ALSO
    33  
    34  * [cozy-stack fix](cozy-stack_fix.md)	 - A set of tools to fix issues or migrate content.
    35