Skip to content

vc-accessibility/twilio-helper

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

twilio-helper

Runs the twilio-cli in a container. Not super performant but for one off use, it works pretty well.

First up, copy secrets.env.sample to secrets.env and fill in the correct information. Make sure you have make and podman installed.

$ cp secrets.env.sample secrets.env
$ vi secrets.env #consult twilio console for info
$sudo dnf install make podman #assumes recent fedora

Consult the make file (run make on the command line) for up to date usage instructions but, at the moment:

  • make build - Build and locally tag a new image
  • make build-force - Use a no-cache build
  • make run-int - Run the new image interactively and you can use the twilio-cli multiple times without overhead
  • normal usage: podman run -it --env-file secrets.env --rm $USER/twilio-helper <params> or setup an alias alias twilio-cli='podman run -it --env-file secrets.env --rm $USER/twilio-helper'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published