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

     1  ## cozy-stack doc man
     2  
     3  Print the manpages of cozy-stack
     4  
     5  ### Synopsis
     6  
     7  Print the manual pages for using cozy-stack in command-line
     8  
     9  ```
    10  cozy-stack doc man <directory> [flags]
    11  ```
    12  
    13  ### Examples
    14  
    15  ```
    16  $ mkdir -p ~/share/man
    17  $ export MANPATH=~/share/man:$MANPATH
    18  $ cozy-stack doc man ~/share/man
    19  $ man cozy-stack
    20  ```
    21  
    22  ### Options
    23  
    24  ```
    25    -h, --help   help for man
    26  ```
    27  
    28  ### Options inherited from parent commands
    29  
    30  ```
    31        --admin-host string   administration server host (default "localhost")
    32        --admin-port int      administration server port (default 6060)
    33    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    34        --host string         server host (default "localhost")
    35    -p, --port int            server port (default 8080)
    36  ```
    37  
    38  ### SEE ALSO
    39  
    40  * [cozy-stack doc](cozy-stack_doc.md)	 - Print the documentation
    41