DeployGate / deploygate-cli

A command-line interface for DeployGate
https://deploygate.com
Other
42 stars 9 forks source link

[Pending] Added a script to install dg command as a standalone binary #274

Closed jmatsu closed 4 years ago

jmatsu commented 5 years ago

Installing locally with bundler is no problem but global install with bundler or just gem causes a conflict around fastlane in fact. This script allows to install dg into ~/.dg, so it's not global, and to use dg seemlessly through a custom binstub.

The rough flow