Skip to content

Releases: merrymake/cli

2.1.3

26 Feb 20:31
Compare
Choose a tag to compare
2.1.3 Pre-release
Pre-release

Fixes and improvements

  • Fix register bug

2.1.2

25 Feb 14:59
Compare
Choose a tag to compare
2.1.2 Pre-release
Pre-release

Fixes and improvements

  • Fix display of english date time in queue and key

2.1.1

24 Feb 21:47
Compare
Choose a tag to compare
2.1.1 Pre-release
Pre-release

Fixes and improvements

  • Allow more characters in text fields ('<>')
  • Fix 'dot' bug
  • Better error message for post when there are no active keys

2.1.0

23 Feb 13:39
Compare
Choose a tag to compare
2.1.0 Pre-release
Pre-release

Added features

  • Add context sensitive delete command

Fixes and improvements

  • Trying to fix delete in text fields on Mac

2.0.0

21 Feb 12:52
Compare
Choose a tag to compare
2.0.0 Pre-release
Pre-release

Breaking changes

  • Make event use a multiselect, because it is much easier, safer, and faster to use, and can give a more helpful error message.

Fixes and improvements

  • Allow '-' in text inputs
  • Change update command to install with @ latest, to allow major version updates

1.11.1

20 Feb 23:21
Compare
Choose a tag to compare
1.11.1 Pre-release
Pre-release

Fixes and improvements

  • Fix stats command with count < 1000

1.11.0

20 Feb 13:55
Compare
Choose a tag to compare
1.11.0 Pre-release
Pre-release

Added features

  • Add stats command for viewing usage breakdown for the last two months

Fixes and improvements

  • Make columns wider in cron command

1.10.0

19 Feb 20:21
Compare
Choose a tag to compare
1.10.0 Pre-release
Pre-release

Added features

  • Add role command for assigning roles to users, and configuring auto approving users with specific email domains
  • Add join command for requesting to join an existing organization

Fixes and improvements

  • Better error message when simulator encounters an un-built service

1.9.1

15 Feb 14:37
Compare
Choose a tag to compare
1.9.1 Pre-release
Pre-release

Fixes and improvements

  • Allow deploy and redeploy inside public
  • Allow register inside organization
  • Print the expected context of common commands
  • Change default naming for service-groups ('services' => 'service-group-1') and services ('Merrymake' => 'service-1'), because it makes the structure more clear and suggests that you can have multiple of each

1.9.0

13 Feb 12:27
Compare
Choose a tag to compare
1.9.0 Pre-release
Pre-release

Added features

  • Don't ask for visibility when deleting an environment variable

Fixes and improvements

  • Fix simulator directory detection on Mac