Releases: merrymake/cli
Releases · merrymake/cli
2.1.3
Fixes and improvements
- Fix
register
bug
2.1.2
Fixes and improvements
- Fix display of english date time in
queue
andkey
2.1.1
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
Added features
- Add context sensitive
delete
command
Fixes and improvements
- Trying to fix delete in text fields on Mac
2.0.0
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
Fixes and improvements
- Fix
stats
command with count < 1000
1.11.0
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
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
Fixes and improvements
- Allow
deploy
andredeploy
insidepublic
- Allow
register
insideorganization
- 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
Added features
- Don't ask for visibility when deleting an environment variable
Fixes and improvements
- Fix simulator directory detection on Mac