Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Releases: mockoon/cli

v0.1.0-beta.12

08 May 08:25
Compare
Choose a tag to compare

Fixes:

  • Use correct commons-server library version v1.0.5

v0.1.0-beta.11: Support to run multiple environment at the same time (#26)

30 Apr 07:12
8bd6db9
Compare
Choose a tag to compare

New feature:

  • start command has a new flag --all to run all mocks in a data file at once. (Issue #26)

v0.1.0-beta.10

22 Apr 13:47
Compare
Choose a tag to compare

Improvements:

  • Prefix running mock's name with "mockoon-" and filter running processes by prefix when listing and stopping them, to avoid interfering with other scripts running through PM2. (Issue #23)

v0.1.0-beta.9

21 Apr 06:58
Compare
Choose a tag to compare

This release adds support for Mockoon v1.13.0 new features and improvements.

v0.1.0-beta.8

12 Apr 14:31
Compare
Choose a tag to compare

Fixes:

  • Fix missing data folder when running stop command after a fresh install. (Issue #22)

v0.1.0-beta.7

12 Apr 12:35
Compare
Choose a tag to compare

Fixes:

  • start command now outputs the correct protocol http or https. (Issue #19)

v0.1.0-beta.6

04 Mar 09:26
Compare
Choose a tag to compare

Fixes:

  • Fix base64 helper usage of browser only btoa method. (Issue #17)

This release also add support for Mockoon v1.12.0 new features and improvements:

Features:

  • Add new concat helper. (Issue mockoon/commons#12)
  • Add new setVar helper. (Issue mockoon/commons#8)
  • Add new dateTimeShift helper. (Issue mockoon/mockoon#355)

Improvements:

Fixes:

  • Fix failing rule interpreter when target or rule values where null. (Issue mockoon/commons#16)

v0.1.0-beta.5

11 Jan 21:45
Compare
Choose a tag to compare

BREAKING CHANGE:

  • The CLI command mockoon has been renamed mockoon-cli to avoid collision with the main application. (Issue #15)

Features:

Improvements:

  • Add Oclif manifest file for faster help command. (Issue #12)

Thank you

A big thank you to the following people that helped to make Mockoon CLI better:

URL data loading and user prompts

16 Dec 21:10
Compare
Choose a tag to compare

New Features:

  • Data files can now be loaded directly from a URL: mockoon start --data "http://domain.com/my-data.json" --index 0. (Issue #5)
  • When running mockoon start you will now be prompted to choose an environment. (Issue #6)
  • When running mockoon stop you will now be prompted to choose an environment to stop. (Issue #7)

Thank you

A big thank you to the following people that helped to make Mockoon CLI better:

First fix

11 Dec 14:33
Compare
Choose a tag to compare
  • Fix server.js non working relative path