divekit members add
Add members to the configured members file
Create or update the members configuration used for a distribution.
By default, new member input is merged with the existing configured members. Use –replace to overwrite the configured members with the new input.
Interactive (default):
Opens the multiline member input prompt.
File:
Use --members-file to read member names from a file.
Stdin:
Pipe member names into the command.
add Add members to the configured members file
alias Manage member display names for provider usernames
filter Keep or remove members from the configured members file
list Show the currently configured members
show Show the group for a UUID or member
validate Validate the configured members file
exclude Remove members from the configured members file
status Show assignment status without changing GitLab or members.json
sync Assign missing members and refresh unassignedMembers
role Update member access levels on the work target
divekit members [flags]
# Enter members interactively and merge with the configured members
divekit members -d ST2M4
# Import members from a file and merge them into the configured members
divekit members -d ST2M4 --members-file members.txt
# Replace the configured members with a new file
divekit members -d ST2M4 --members-file members.txt --replace
-d, --distribution string Distribution name (required or prompted)
--members-file string Path to a file with member names (one per line)
--replace Replace existing configured members instead of merging
-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)
Add members to the configured members file
Manage member display names for GitLab usernames
Exclude members from a distribution before distributing
Filter the configured members file
Show configured members and their current GitLab roles
Update access level of existing members on work target
Show groups matching a member name or UUID
Show member assignment status without changing anything
Synchronize configured members with distributed work repositories
Validate the configured members file