Creating or removing Interactions can now be done outside the CMS via the BMP CLI.
Create interaction
blinkm bmp create interaction <name> --type<type> --remote
Using the create interaction function will create a local version of the interaction on your computer.
Parameter | Description | Options | |
---|---|---|---|
name | The name of the interaction | ||
type | The interaction type | "madl" (default), or "message" | |
--remote | Will create the interaction locally and on the BMP as a place holder |
Cteate Interaction
Created Interactions will not appear on the BMP until deployed, Except for --remote which will add a place holder on the BMP
Create interaction Examples
Here are some examples of the process on a sample answerSpace called "Fake"
First we will bring the empty answerSpace down from the BMP
blinkm bmp pull
Here is the view from the BMP CMS, No interactions are yet created.
Now we are ready to start creating interactions.
blinkm bmp create interaction default
As the interaction type was left blank, The interaction "default" was create as a madl type