Skip to content

cbcli Documentation

Unified CLI for Nominate AI services (AWS CLI style).

Contents

Quick Reference

# List services
cbcli services

# Show service resources
cbcli intel

# Execute commands
cbcli intel jobs list
cbcli app --tenant mi20 auth me

# Authentication
cbcli auth login intel --token "key"
cbcli auth login app --tenant mi20 -u admin

# Cache management
cbcli cache list
cbcli cache clear

Service Types

Type Access Pattern Example
Platform cbcli <service> <resource> <command> cbcli intel jobs list
Tenant cbcli <service> --tenant <slug> <resource> <command> cbcli app -T mi20 auth me