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

     1  ## cozy-stack tools
     2  
     3  Regroup some tools for debugging and tests
     4  
     5  ```
     6  cozy-stack tools <command> [flags]
     7  ```
     8  
     9  ### Options
    10  
    11  ```
    12    -h, --help   help for tools
    13  ```
    14  
    15  ### Options inherited from parent commands
    16  
    17  ```
    18        --admin-host string   administration server host (default "localhost")
    19        --admin-port int      administration server port (default 6060)
    20    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    21        --host string         server host (default "localhost")
    22    -p, --port int            server port (default 8080)
    23  ```
    24  
    25  ### SEE ALSO
    26  
    27  * [cozy-stack](cozy-stack.md)	 - cozy-stack is the main command
    28  * [cozy-stack tools bug](cozy-stack_tools_bug.md)	 - start a bug report
    29  * [cozy-stack tools encrypt-with-rsa](cozy-stack_tools_encrypt-with-rsa.md)	 - encrypt a payload in RSA
    30  * [cozy-stack tools heap](cozy-stack_tools_heap.md)	 - Dump a sampling of memory allocations of live objects
    31  * [cozy-stack tools unxor-document-id](cozy-stack_tools_unxor-document-id.md)	 - transform the id of a shared document
    32