Config
Configures the active context.
Examples
Basic usage:
octo-cli -c Config `
-isu "https://localhost:5003/" `
-asu "https://localhost:5001/" `
-bsu "https://localhost:5009/" `
-csu "https://localhost:5015/" `
-tid "meshtest"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-asu | --assetServicesUri | no | URI of asset repository services (e. g. 'https://localhost:5001/') |
-bsu | --botServicesUri | no | URI of bot services (e. g. 'https://localhost:5009/') |
-isu | --identityServicesUri | yes | URI of identity services (e. g. 'https://localhost:5003/') |
-csu | --communicationServicesUri | no | URI of communication services (e. g. 'https://localhost:5015/') |
-apu | --adminPanelUri | no | URI of admin panel (e. g. 'https://localhost:5005/') |
-tid | --tenantId | no | Id of tenant (e. g. 'meshtest') |
-rsu | --reportingServicesUri | no | URI of reporting services (e. g. 'https://localhost:5007/') |
-aisu | --aiServicesUri | no | URI of AI services (e. g. 'https://localhost:5019/') |