Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

1.1.0 - 2016-08-29

Compare
Choose a tag to compare
@jokeyrhyme jokeyrhyme released this 29 Aug 06:32
· 138 commits to master since this release

Security

Adds

  • BC-34: deploy --only flag for selective deployment (#70, @jokeyrhyme), e.g.
    • bm bmp deploy --only answerSpace.* only the top-level
    • bm bmp deploy --only interactions/**/*.html only interactions related to HTML files
    • bm bmp deploy --only interactions/name/**/* only "name" interaction
    • note: this will still deploy a whole resource at a minimum, not the part related to the specified files
    • note: if you get errors, check that your wildcards actually match expected files

Changed

Fixed