0.1.1 • Published 4 years ago

plugin-linux v0.1.1

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

plugin-linux

Installation

twilio plugins:install plugin-linux

Commands

twilio linux:environment

Displays Unredacted Environment Variables

USAGE
  $ twilio linux:environment

twilio linux:headless:bash

.bashrc script for KEYCHAIN

USAGE
  $ twilio linux:headless:bash

twilio linux:headless:dependencies

Command for Installing Libsecret

USAGE
  $ twilio linux:headless:dependencies

twilio linux:version

Displays Operating System Information

USAGE
  $ twilio linux:version

Setting Up Headless Ubuntu (using bash)

1) Ensure you have CURL sudo apt-get install curl

2) Add NodeSource Repo to your APT Sources curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -

3) Install the LTS version of NodeJS sudo apt-get install -y nodejs

3) Install Keytar Dependencies $ twilio linux:headless:dependencies

4) Add the DBUS env var to your bash profile and source it $ printf "$(twilio linux:headless:bash)" >> ~/.bashrc; source ~/.bashrc

TODO

1) Add Support for RHEL 2) Add Support for Arch 3) Add Support for ALPINE (inside Docker)