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

     1  ## cozy-stack check shared
     2  
     3  Check the io.cozy.shared documents
     4  
     5  ### Synopsis
     6  
     7  
     8  The io.cozy.shared documents have a tree of revisions. This command will check
     9  that all revisions in this tree are either the root or their parent have a
    10  generation smaller than their generation.
    11  
    12  
    13  ```
    14  cozy-stack check shared <domain> [flags]
    15  ```
    16  
    17  ### Options
    18  
    19  ```
    20    -h, --help   help for shared
    21  ```
    22  
    23  ### Options inherited from parent commands
    24  
    25  ```
    26        --admin-host string   administration server host (default "localhost")
    27        --admin-port int      administration server port (default 6060)
    28    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    29        --host string         server host (default "localhost")
    30    -p, --port int            server port (default 8080)
    31  ```
    32  
    33  ### SEE ALSO
    34  
    35  * [cozy-stack check](cozy-stack_check.md)	 - A set of tools to check that instances are in the expected state.
    36