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
| --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
| --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