aeontel workspace

Manage workspaces

Workspace commands

aeontel workspace list

List your workspaces

TypeScript
aeontel workspace list
Shell
aeontel workspace list

aeontel workspace create

Create a workspace

TypeScript
aeontel workspace create <name> <handle> --organization <orgId>
Shell
aeontel workspace create "My name" my-handle --organization <orgId>

aeontel workspace get

Get workspace details

TypeScript
aeontel workspace get <id>
Shell
aeontel workspace get id_...

aeontel workspace update

Update workspace

TypeScript
aeontel workspace update <id> [--name <name>] [--handle <handle>]
Shell
aeontel workspace update id_...

aeontel workspace delete

Soft-delete workspace

TypeScript
aeontel workspace delete <id>
Shell
aeontel workspace delete id_...

aeontel workspace add-member

Add a member to workspace

TypeScript
aeontel workspace add-member <id> --user-id <userId> [--role <role>]
Shell
aeontel workspace add-member id_... --user-id usr_...

aeontel workspace email

Show workspace email settings

TypeScript
aeontel workspace email <id>
Shell
aeontel workspace email id_...

aeontel workspace email-config

Update workspace email settings

TypeScript
aeontel workspace email-config <id> [--enabled <bool>] [--max-bytes <bytes>] [--allowed-senders <list>]
Shell
aeontel workspace email-config id_...

aeontel workspace get-member

Get a single workspace member

TypeScript
aeontel workspace get-member <memberId>
Shell
aeontel workspace get-member mem_...

aeontel workspace members

List workspace members

TypeScript
aeontel workspace members <id>
Shell
aeontel workspace members id_...

aeontel workspace remove-member

Remove a member

TypeScript
aeontel workspace remove-member <memberId>
Shell
aeontel workspace remove-member mem_...

aeontel workspace restore

Restore a soft-deleted workspace

TypeScript
aeontel workspace restore <id>
Shell
aeontel workspace restore id_...

aeontel workspace update-role

Update member role

TypeScript
aeontel workspace update-role <memberId> --role <role>
Shell
aeontel workspace update-role mem_... --role member