Versions Compared

Key

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

...

Deploy only the top-level

 

Code Block
languagebash
themeRDark
bm bmp deploy --only answerSpace.*

...

 Deploy only interactions related to HTML files
Code Block
languagebash
themeRDark
bm bmp deploy --only interactions/**/*.html

Deploy only the "name" interaction

Code Block
languagebash
themeRDark
bm bmp deploy --only interactions/name/**/*

 

...