Skip to content

Releases: barracksiot/barracks-cli

Barracks CLI v2.0.4

Choose a tag to compare

@bargenson bargenson released this 12 Jun 23:22

Changelog

  • Remove unused dependencies
  • Fix bug on barracks package version command and sub-commands

Barracks CLI v2.0.3

Choose a tag to compare

@bargenson bargenson released this 12 Jun 21:44

Changelog

  • Add send message and listen messages features in experimental
  • Return error code in case of an error

Barracks CLI v2.0.2

Choose a tag to compare

@weber-gregoire weber-gregoire released this 05 May 18:56

Changelog

Barracks v1 support

  • Add command to get device info ($ barracks device get my-unit-id)

Barracks v2 support

  • Add check-update command ($ barracks check-update)

Barracks CLI v2.0.1

Choose a tag to compare

@weber-gregoire weber-gregoire released this 04 May 20:34

Changelog

Bugfixes

  • Fix error with multiple version of same npm package
  • Remove experimental check-update command for v2

Barracks CLI v2.0.0

Choose a tag to compare

@bargenson bargenson released this 27 Apr 18:19

Changelog

Global

  • Refactoring of the command hierarchy
  • Generate permanent tokens on login

Barracks v2 support

  • Add BARRACKS_ENABLE_V2 environment variable to enable v2 commands
  • Add delete filter command
  • Add update filtering by inactive segments
  • Add get package command
  • Add get deployment plan command
  • Add get package's version command
  • Add get filter by name command
  • Add check update command for Barracks v2 API

Integration

  • Add Google Analytics configuration command (experimental)

Bugfixes

  • Improve arguments and options validation

Add experimental commands for packages

Choose a tag to compare

@weber-gregoire weber-gregoire released this 30 Mar 21:53

Add experimental command to :

  • list packages
  • create a package version
  • list versions of a package
  • create deployment plan
  • connect account to google analytics
  • create an API token

And :

  • changed format of device history

0.0.3

Choose a tag to compare

@bargenson bargenson released this 23 Feb 17:41

Add the segments related commands.

0.0.2

Choose a tag to compare

@bargenson bargenson released this 02 Feb 23:30
  • Add segments support for the new Barracks version
  • Improve test coverage
  • Fix minor bugs