Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(templating): introduce postinstall hook #106

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

dkundel
Copy link
Member

@dkundel dkundel commented Jan 18, 2020

This feature allows templates to have postinstall hooks that can run account setup for users. It's a sandboxed script that will allow scripts to access Twilio but not other parts of the system.

This is still very much a WIP. Before we can ship this, the following have to be done:

  • add new flags to new command that support Account SID and Auth Token
  • add documentation to twilio-labs/function-templates
  • read env variables from local env file
  • command to re-run setup
  • tbd

Contributing to Twilio

All third-party contributors acknowledge that any contributions they provide will be made under the same open-source license that the open-source project is provided under.

  • I acknowledge that all my contributions will be made under the project's license.

This feature allows templates to have postinstall hooks that can run account setup for users. It's a
sandboxed script that will allow people to access Twilio but not other parts of the system
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants