[FEATURE] Add list workspace command python -m argilla workspaces list
#3587
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 list the workspaces to which the logged in belongs. The command will make use of
argilla.client.workspace.Workspace
class and its methodlist
to get the workspaces to which the user belongs. Asrich
is a dependency of Argilla, userich.table.Table
to display the workspaces.The table will contain the following columns:
ID
,Name
,Creation Date
andUpdate Date
.The text was updated successfully, but these errors were encountered: