[FEATURE] Add workspace add user command python -m argilla workspaces add-user
#3680
Labels
area: cli
Indicates that an issue or pull request is related to the Command Line Interface (CLI)
good first issue
Indicates a good issue for first-time contributors
type: enhancement
Indicates new feature requests
Milestone
Add a new command that will allow to add an existing user to an existing workspace. To do so, create a new Typer command in
src/argilla/tasks/workspaces
and useargilla.client.workspaces.Workspace
class and its methodadd_user
.The text was updated successfully, but these errors were encountered: