Mockoon Cli Versions Save

Mockoon's official CLI. Deploy your mock APIs anywhere.

v0.1.0-beta.12

3 years ago

Fixes:

  • Use correct commons-server library version v1.0.5

v0.1.0-beta.11

3 years ago

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

3 years ago

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

3 years ago

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

v0.1.0-beta.8

3 years ago

Fixes:

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

v0.1.0-beta.7

3 years ago

Fixes:

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

v0.1.0-beta.6

3 years ago

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:

  • Add full body check in rules interpreter. (Issue mockoon/commons#14)

Fixes:

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

v0.1.0-beta.5

3 years ago

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:

  • @mauriceackel: Generic Docker image and dockerize command. (Issue #2)
  • @Spissable: Oclif manifest file (Issues #12)

v0.1.0-beta.2

3 years ago

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:

v0.1.0-beta.1

3 years ago
  • Fix server.js non working relative path