GetTenantFeatures
Gets the enabled-state of the current tenant's capabilities (Stream Data, Communication, Reporting, AI Services).
Examples
Basic usage:
octo-cli -c GetTenantFeatures
Output:
CAPABILITY STATE
Stream Data Enabled
Communication Enabled
Reporting Disabled
AI Services Disabled
Options
This command takes no options.
Notes
Reports the same per-tenant capability flags the delete/detach guard evaluates (AB#4255): all four must read Disabled before Delete or Detach of the tenant is accepted. Like the Enable*/Disable* commands it acts on the tenant of the active context (UseContext or --context <name>).
For Stream Data the tenant flag is reported as-is even when stream data is switched off at the instance level; a note on the line surfaces that case.
The flags are toggled with EnableStreamData/DisableStreamData, EnableCommunication/DisableCommunication, EnableReporting/DisableReporting and EnableAi/DisableAi.