Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 15 Next »

 

 

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 DescriptionOptions
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"

The local file

  • First we will bring the empty answerSpace down from the BMP
blinkm bmp pull

  • 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

 

 

 

  • No labels