CLI (engineai)#
engineai group member#
Group member commands.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
Subcommands
- add: Add member with EMAIL to group identified by GROUP_NAME within WORKSPACE_SLUG.
- ls: List members of a group identified by GROUP_NAME within WORKSPACE_SLUG.
- rm: Remove member with EMAIL from group identified by GROUP_NAME within WORKSPACE_SLUG.
engineai group member add#
Add member with EMAIL to group identified by GROUP_NAME within WORKSPACE_SLUG.
Args: workspace_slug: The parent workspace's identifier. group_name: The group's name. email: Email of the user to be added.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
engineai group member ls#
List members of a group identified by GROUP_NAME within WORKSPACE_SLUG.
Args: workspace_slug: The parent workspace's identifier. group_name: The group's name.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |
engineai group member rm#
Remove member with EMAIL from group identified by GROUP_NAME within WORKSPACE_SLUG.
Args: workspace_slug: The parent workspace's identifier. group_name: The group's name. email: Email of the user to be removed.
Usage:
Options:
Name | Type | Description | Default |
---|---|---|---|
--help |
boolean | Show this message and exit. | False |