github.com/michaellihs/golab@v0.1.0-beta3.0.20180726222757-f5cdabc76dfd/doc/golab_user_block.md (about)

     1  ## golab user block
     2  
     3  Block user
     4  
     5  ### Synopsis
     6  
     7  
     8  Blocks the specified user. Available only for admin.
     9  
    10  ```
    11  golab user block [flags]
    12  ```
    13  
    14  ### Options
    15  
    16  ```
    17    -h, --help             help for block
    18    -u, --user_id string   (required) id or username of user to block
    19  ```
    20  
    21  ### Options inherited from parent commands
    22  
    23  ```
    24        --ca-file string   (optional) provides a .pem file to be used in certificates pool for SSL connection
    25        --ca-path string   (optional) provides a directory with .pem certificates to be used for SSL connection
    26        --config string    (optional) golab config file (default is ./.golab.yml and $HOME/.golab.yml)
    27  ```
    28  
    29  ### SEE ALSO
    30  * [golab user](golab_user.md)	 - Manage Gitlab users
    31