Versions Compared

Key

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

Creating  or removing Interactions can now be done outside the CMS via the BMP CLI.

...

Code Block
languagebash
blinkm bmp create interaction default

Image RemovedImage Added

Info

As the interaction type was left blank, The interaction "default" was create as a madl type

...

Code Block
languagebash
blinkm bmp create interaction message --type message

Image RemovedImage Added

Now lets create an interaction using the --remote option

Code Block
languagebash
blinkm bmp create interaction myinteraction --remote

Image Added

Image Removed

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.

...

ItemDescriptionCMS MenuOptions
displayHidden Items Are Not Displayed In Lists But Are Otherwise Still AccessibleDisplayHide / Show
displayNameCaption or title to display to usersDisplay Name 
    

...