Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Releases: shnhrrsn/marina-cli

3.0.0-beta.4

12 Oct 23:34
Compare
Choose a tag to compare
3.0.0-beta.4 Pre-release
Pre-release

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 for domain
  • 👌 marina list is prettier now
  • 🚀 Updated dependencies for performance improvements

Upgrade

npm install -g marina-cli@beta
sudo marina update

2.0.2

10 Jul 00:04
Compare
Choose a tag to compare
  • 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

10 Jul 00:01
Compare
Choose a tag to compare

Fixed harcoded marina bin path

2.0.0

26 Mar 18:28
Compare
Choose a tag to compare

New Features

  • Added open command to open in browser
  • Added update command to update the toolchain + rewrite Caddyfiles
  • Added start, stop, and restart 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