Skip to content

Register

pipeleek gluna register

Register a new user to a Gitlab instance

Synopsis

Register a new user to a Gitlab instance that allows self-registration. This command is best effort and might not work.

pipeleek gluna register [flags]

Examples

pipeleek gl register --gitlab https://gitlab.mydomain.com --username newuser --password newpassword --email newuser@example.com

Options

1
2
3
4
5
      --email string      Email Address
      --gitlab string     GitLab instance URL
  -h, --help              help for register
      --password string   Password
      --username string   Username

Options inherited from parent commands

1
2
3
4
5
6
7
      --color              Enable colored log output (auto-disabled when using --logfile) (default true)
      --config string      Config file path. Example: ~/.config/pipeleek/pipeleek.yaml
      --ignore-proxy       Ignore HTTP_PROXY environment variable
      --json               Use JSON as log output format
      --log-level string   Set log level globally (debug, info, warn, error). Example: --log-level=warn
  -l, --logfile string     Log output to a file
  -v, --verbose            Enable debug logging (shortcut for --log-level=debug)

SEE ALSO

  • pipeleek gluna - GitLab related commands which do not require authentication