Administration
Workspaces
List, create, update and organise workspaces, their domains and invitations.
Workspaces are the primary tenancy boundary. The verentis workspace command group manages them,
their custom domains, and their invitations.
Manage workspaces
verentis workspace list # paged; --page/--page-size/--order-by
verentis workspace get [workspaceId] # defaults to your current workspace
verentis workspace create "My Workspace" --use # --use sets it as the default context
verentis workspace update <workspaceId> --name "New name" --description "..."
Domains
Custom hostnames that route to a workspace:
verentis workspace domain list <workspaceId>
verentis workspace domain add <workspaceId> app.example.com
verentis workspace domain remove <workspaceId> <domainId>
Invitations
Invite people into a workspace with a role assigned on acceptance:
verentis workspace invite list <workspaceId>
verentis workspace invite create <workspaceId> dev@example.com --role member
verentis workspace invite resend <workspaceId> <invitationId>
verentis workspace invite revoke <workspaceId> <invitationId>
verentis workspace invite accept <code> # accept an invite you received
Accounts too
Accounts sit above workspaces. Use verentis account get, verentis account update, and
verentis account invite … to manage the account and its invitations — the same invite verbs
(list / create / resend / revoke / accept) apply.