...
Create interaction Examples
Here are some examples is an example of the process BMP CLI workflow on a sample answerSpace called "Fake"
First we will bring the empty answerSpace down from the BMP
Code Block | ||
---|---|---|
| ||
blinkm bmp pull |
Here is the view from the BMP CMS, No interactions are yet created.
Now we are ready to start creating interactions.
Code Block | ||
---|---|---|
| ||
blinkm bmp create interaction default |
...
Info |
---|
As the interaction type was left blank, The interaction "default" was create as a madl type |
Lets now create a "message" interaction using the – type option
Code Block | ||
---|---|---|
| ||
blinkm bmp create interaction message --type message |
Now lets create an interaction using the --remote option
Code Block | ||
---|---|---|
| ||
blinkm bmp create interaction myintercation --remote |
Info | ||
---|---|---|
| ||
Note because we used --remote an empty interaction place holder now shows in the BMP CMS. This method is ideal when wanting to reserve a unique name when developers are using both CMS and CLI at the same time. |