Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
bm bmp deploy --prune

 

--only

The "only" option will only push files specified by a particular GLOB
Code Block
languagebash
themeRDark
bm bmp deploy --only
Examples:
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/**/*

 

Next Steps