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

     1  ## golab login
     2  
     3  Login to Gitlab
     4  
     5  ### Synopsis
     6  
     7  
     8  Login to Gitlab using username and password
     9  
    10  ```
    11  golab login [flags]
    12  ```
    13  
    14  ### Options
    15  
    16  ```
    17    -h, --help              help for login
    18    -s, --host string       (required) Hostname (http://gitlab.my-domain.com) of the gitlab server
    19    -p, --password string   (optional) Password for the login
    20    -u, --user string       (required) Username for the login
    21  ```
    22  
    23  ### Options inherited from parent commands
    24  
    25  ```
    26        --ca-file string   (optional) provides a .pem file to be used in certificates pool for SSL connection
    27        --ca-path string   (optional) provides a directory with .pem certificates to be used for SSL connection
    28        --config string    (optional) golab config file (default is ./.golab.yml and $HOME/.golab.yml)
    29  ```
    30  
    31  ### SEE ALSO
    32  * [golab](golab.md)	 - Gitlab CLI written in Go
    33