Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Releases: mesg-foundation/cli

v2.0.1

28 Oct 10:47
Compare
Choose a tag to compare

Fixed

  • (#224) Fix issue with flags on the process:compile command.

v2.0.0

28 Oct 10:46
7d29852
Compare
Choose a tag to compare

Breaking Changes

  • (#157) Add new account commands.
  • (#197) Remove core api, account commands and marketplace commands.
  • (#209) Remove command service:delete.

Added

  • (#181) Ask credentials in service create and delete.
  • (#207) Add credential and new api.
  • (#212) Add account selection prompt.
  • (#219) Add instance hash to service dev command.

Changed

  • (#182) Update packages dependencies.
  • (#198) Update description of service path.
  • (#242) Update engine to v0.16.
  • (#243) Update mesg-js to v5.0.0.

Fixed

  • (#206) Fix issue with empty accounts.
  • (#208) Fix CI.
  • (#213) Improve dev command.
  • (#214) Fix list commands empty result.
  • (#215) Update command process:dev.
  • (#216) Update command daemon:start.
  • (#240) Pass flags from commands to commands.
  • (#241) Wait for engine's api to start on the command daemon:start.

Removed

  • (#184) Remove useless account flag in account commands.

v1.4.0

26 Sep 11:02
Compare
Choose a tag to compare

Click here to see the release notes

Added

  • (#153) Add support of constant mapping in processes.
  • (#160) Make service compilation from remote deterministic.
  • (#161) Add key to process:list.
  • (#162) Auto-update of the version of the Engine.
  • (#154) Add process log command.
  • (#155) Add process dev command.

Changed

  • (#166) Update account:import command to match the new inputs of import task of ethwallet.

Fixed

  • (#165) Fix issue with zero data on the service:execute command.

v1.3.2

16 Sep 09:44
79e953e
Compare
Choose a tag to compare

Changed

  • (#159) Use latest version of the engine v0.14.2.

v1.3.1

11 Sep 09:21
Compare
Choose a tag to compare

Changed

  • (#152) Use latest version of the engine v0.14.1 and mesg-js v4.3.1.

v1.3.0

09 Sep 09:39
Compare
Choose a tag to compare

Click here to see the release notes

Added

  • (#125) Add service resolution for process compilation. (#129).
  • (#126) Add commands to interact with processes (create, delete, detail, list).
  • (#130) Add the flag --port and --host to override the default address of the engine.
  • (#142) Process compilation. (#123). (#149).
  • (#143) Support env variable injection in processes. (#150).

Changed

  • (#131) Better error management for services start and create. (#132). (#135).

Fixed

  • (#134) Fix command service:dev when a service or instance already exists. (#136).
  • (#138) Encode and decode hashes from and to base58. (#144). (#148).
  • (#141) Fix issue when a service is created with no configuration.

v1.2.0

08 Aug 02:48
0390fe9
Compare
Choose a tag to compare

Click here to see the release notes

Added

  • (#117) Add --start flag to the service:create command to automatically start the service when created.
  • (#118) Limit size of the upload during compilation to avoid mistakes (limit to 10MB).
  • (#120) Use latest MESG engine v0.12.

Changed

  • (#114) Update compilation strategy.
  • (#119) Migrate to mesg-js 4.2.

Fixed

  • (#38) Fix issue when deploying from a wrong directory.
  • (#116) Fix service:logs with the last version of the engine.
  • (#121) Fix issue when running service:list command with no instances running.

Experimental

  • (#115) Add workflow compilation.

v1.1.0

09 Jul 05:41
17f4b73
Compare
Choose a tag to compare

Click here to see the release notes

Added

  • (#99) Sid support.
  • (#106) Add service and instance resolvers.

Changed

  • (#81) Integration of the new Engine v0.11 APIs.
  • (#87) Revert name from service:get to service:detail.
  • (#90) capitalize all flag descriptions.
  • (#91) display ... for multiple args.
  • (#92) add description quiet flag and make silent hidden.
  • (#93) Switch to v0.11.0 of the Engine.

Fixed

  • (#84) Fix issue with flags on the account:* commands.
  • (#85) Better management of confirm flag with delete data only.
  • (#86) Fix marketplace commands.
  • (#88) fix flags with marketplace:publish command.
  • (#97) Fix command service:logs by removing wrong flag passed to ServiceStop.
  • (#98) Better service:dev exit.
  • (#100) Improve ux of account commands.
  • (#101) Improve text of commands daemon.
  • (#102) dependOn is breaking release.
  • (#103) Improve commands marketplace.
  • (#104) Improve command roots.
  • (#105) Improve us of service command.
  • (#107) Only display the error's message.

Removed

  • (#89) remove aliases.

v1.0.4 - First release

19 Jun 04:02
4b99096
Compare
Choose a tag to compare

Click here to see the release notes

This is the first working release of this CLI to interact with MESG Engine.