divekit members alias set
Set a local display name for a GitLab username
Synopsis
Set a local display name for a GitLab username.
The local name is the name already used in a local members file, for example a student name or internal account name. The GitLab username is the account name that should be stored in members.json and used for GitLab operations.
You can pass both values as positional arguments or with explicit flags.
Usage
divekit members alias set [local-name] [gitlab-username] [flags]
Examples
divekit members alias set -d ST2M5 myname myname_extern
divekit members alias set -d ST2M5 --display-name myname --gitlab-username myname_extern
Flags
--display-name string Local/display name to preserve in output (e.g. from a local members list)
--dry-run Preview alias changes without writing a new members file
--gitlab-username string GitLab username to store in members.json (e.g. myname_extern)
Inherited Flags
-d, --distribution string Distribution name (required or prompted)
-l, --loglevel string log level (debug, info, warn, error, fatal) (default "info")
--no-index skip project index update
--non-interactive run in non-interactive mode (fails if interactive input is required)
-y, --yes assume yes/default for all prompts (non-interactive with automatic defaults)