plugin-linux

twilio cli linux plugin

Usage no npm install needed!

<script type="module">
  import pluginLinux from 'https://cdn.skypack.dev/plugin-linux';
</script>

README

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

  4. Install Keytar Dependencies $ twilio linux:headless:dependencies

  5. 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)