Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create interaction Examples

Here are some examples is an example of the process BMP CLI workflow on a sample answerSpace called "Fake"

The local file

First we will bring the empty answerSpace down from the BMP

Code Block
languagebash
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
languagebash
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
languagebash
blinkm bmp create interaction message --type message

Image Added

Now lets create an interaction using the --remote option

Code Block
languagebash
blinkm bmp create interaction myintercation --remote

Image Added

Image Added

Info
title--remote

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.