README
plugin-linux
Installation
twilio plugins:install plugin-linux
Commands
twilio linux:environment
twilio linux:headless:bash
twilio linux:headless:dependencies
twilio linux:version
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)
Ensure you have CURL
sudo apt-get install curl
Add NodeSource Repo to your APT Sources
curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
Install the LTS version of NodeJS
sudo apt-get install -y nodejs
Install Keytar Dependencies
$ twilio linux:headless:dependencies
Add the DBUS env var to your bash profile and source it
$ printf "$(twilio linux:headless:bash)" >> ~/.bashrc; source ~/.bashrc
TODO
- Add Support for RHEL
- Add Support for Arch
- Add Support for ALPINE (inside Docker)