This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Releases: shnhrrsn/marina-cli
Releases · shnhrrsn/marina-cli
3.0.0-beta.4
What‘s New
- 🔒 Opt-in SSL support has been added via
marina ssl on
— this will self sign a certificate and install it into your keychain - 🏠 You can now change the default TLD that Marina uses away from
localhost
to anything you’d like - 🌚 The saved marina dock files in your projects are now TLD agnostic so you won’t need to use the same TLD your teammates use.
- 🐙 Each docked site now supports aliases which can be done by adding an
aliases
array to the dock file, or when docking a site using comma separated values fordomain
- 👌
marina list
is prettier now - 🚀 Updated dependencies for performance improvements
Upgrade
npm install -g marina-cli@beta
sudo marina update
2.0.2
- Added support to generated Caddyfile’s for proxying websockets
- Fixed Caddy installer
- Updated dependencies + added support for Node 8
You’ll need to update both Marina and Marina’s dependencies/caddyfiles to gain support for proxying websockets:
npm install -g marina-cli
sudo marina update
2.0.1
2.0.0
New Features
- Added
open
command to open in browser - Added
update
command to update the toolchain + rewrite Caddyfiles - Added
start
,stop
, andrestart
commands to control Caddy + dnsmasq
Improvements
- Improved support/performance for Node 7
- Fixed a bug in Caddyfile config
- Fixed a bug where Caddyfile was being copied as root
- Only the
install
command is now available until it’s ran
Updating
To update run the following commands:
npm install -g marina-cli
sudo marina-cli update