AddContext
Adds or updates a named context.
Examples
octo-cli -c AddContext -n <name>
Options
| Short | Long | Required | Description |
|---|---|---|---|
-n | --name | yes | Name of the context (e. g. 'dev', 'prod') |
-isu | --identityServicesUri | no | URI of identity services (e. g. 'https://localhost:5003/') |
-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/') |
-csu | --communicationServicesUri | no | URI of communication services (e. g. 'https://localhost:5015/') |
-rsu | --reportingServicesUri | no | URI of reporting services (e. g. 'https://localhost:5007/') |
-aisu | --aiServicesUri | no | URI of AI services (e. g. 'https://localhost:5019/') |
-apu | --adminPanelUri | no | URI of admin panel (e. g. 'https://localhost:5005/') |
-tid | --tenantId | no | Id of tenant (e. g. 'meshtest') |