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

     1  ## cozy-stack doc
     2  
     3  Print the documentation
     4  
     5  ### Synopsis
     6  
     7  Print the documentation about the usage of cozy-stack in command-line
     8  
     9  ```
    10  cozy-stack doc <command> [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -h, --help   help for doc
    17  ```
    18  
    19  ### Options inherited from parent commands
    20  
    21  ```
    22        --admin-host string   administration server host (default "localhost")
    23        --admin-port int      administration server port (default 6060)
    24    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    25        --host string         server host (default "localhost")
    26    -p, --port int            server port (default 8080)
    27  ```
    28  
    29  ### SEE ALSO
    30  
    31  * [cozy-stack](cozy-stack.md)	 - cozy-stack is the main command
    32  * [cozy-stack doc man](cozy-stack_doc_man.md)	 - Print the manpages of cozy-stack
    33  * [cozy-stack doc markdown](cozy-stack_doc_markdown.md)	 - Print the documentation of cozy-stack as markdown
    34