This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
Releases: mesg-foundation/cli
Releases · mesg-foundation/cli
v2.0.1
v2.0.0
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
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
v1.3.1
v1.3.0
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
Fixed
v1.2.0
Click here to see the release notes
Added
- (#117) Add
--start
flag to theservice: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
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
Click here to see the release notes
Added
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
Click here to see the release notes
This is the first working release of this CLI to interact with MESG Engine.