Skip to content

Workspace commands

Miroslav Spousta edited this page Feb 1, 2019 · 2 revisions

Create

Will create a workspace in an organization.

elisctl workspace create NAME
231
  • --organization-id, -o: useful only for superadmin (no need to advertise)

List

Shows table of workspaces in organization.

elisctl workspace list

| id | name           | queues
|----|----------------|-------
| 1  | My company     | 1, 2
| 2  | A test company | 

Delete

Deletes whole workspace with all queues and annotations.

elisctl workspace delete ID --yes

Change

ADVANCED

elisctl workspace change ID
  • --name, -n
Clone this wiki locally