File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " COVID-19 Assessment" ,
3- "id" : " 68e331d5-2a17-40e5-8f7d-0af146a4e8e1 " ,
3+ "id" : " 46cb9fcf-6514-4127-8f42-fc947ae454b0 " ,
44 "scenario_trigger" : " covid19_assessment" ,
55 "description" : " Provide guidance to patients on COVID-19 with a remote virtual assessment" ,
66 "active" : true ,
7- "updated" : " 2020-04-15T19:30:41.123Z " ,
7+ "updated" : " 2020-04-15T20:53:45.205Z " ,
88 "userDisplayName" : " Chris Mayo" ,
99 "code" : {
1010 "version" : 3 ,
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ Set-PsEnv
55
66Import-Module - Name ./ Scripts/ ScenarioImportExport/ HCBotScenarioIE/ ;
77# Export Scenarios from the bot instance specified in .env variables to the ./Scenarios folder.
8- Get-HCBScenario - Tenant $env: SOURCE_TENANT_NAME - SaveToFolder ./ Scenarios - ParseCode - JwtSecret $env: SOURCE_JWT_SECRET - InformationAction Continue ;
8+ Get-HCBScenario - Tenant $env: MY_DEV_TENANT_NAME - SaveToFolder ./ Scenarios - ParseCode - JwtSecret $env: MY_DEV_JWT_SECRET - InformationAction Continue ;
Original file line number Diff line number Diff line change 1+ # https://github.com/rajivharris/Set-PsEnv
2+ Import-Module - Name ./ Scripts/ Set-PsEnv / ;
3+ # Import the contents of .env file into $env.
4+ Set-PsEnv
5+
6+ Import-Module - Name ./ Scripts/ ScenarioImportExport/ HCBotScenarioIE/ ;
7+ # Export Scenarios from the bot instance specified in .env variables to the ./Scenarios folder.
8+ Set-HCBScenario - FromFolder ./ Scenarios - Tenant $env: MY_DEV_TENANT_NAME - JwtSecret $env: MY_DEV_JWT_SECRET - InformationAction Continue ;
You can’t perform that action at this time.
0 commit comments