Skip to content

pushkin-cli@4.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 17:15
· 343 commits to main since this release
a5db2ed

Major Changes

  • #290 046ed03 Thanks @jessestorbeck! - The basic experiment template -- along with all other templates -- is now implemented as an npm package. The contents of the template remain unchanged, but are compressed into build/template.zip. pushkin-cli v4+ is required to install the new packaged templates.

    The reason for this change has to do with Pushkin's transition to a monorepo structure. Previously, Pushkin distributed templates through each repo's GitHub releases, but the new monorepo made this more challenging (see #254). By moving to distributing all projects through npm, Pushkin is able to streamline both its deployment workflow and the CLI code itself.

  • #290 ad84d51 Thanks @jessestorbeck! - The --nomigrations and --nocache flags in prep and start (respectively) are replaced with --no-migrations and --no-cache.

Minor Changes

  • #290 7703288 Thanks @jessestorbeck! - Users can now delete and archive/unarchive experiments using the remove experiment (alias rm exp) command.

  • #290 316d6ec Thanks @jessestorbeck! - Testing with Jest is set up by default on the user's site. Current tests distributed with experiment templates now work after installation.

Patch Changes