1.0.9 • Published 2 years ago

provisiontui-david-keng v1.0.9

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

TUI

This Terminal User Interfaces is an abstraction above Pulumi guiding the user in an intuitive way deploying cloud resources.

Configuration

NameTypeRequiredDescription
PULUMI_ACCESS_TOKENstringYesRequired to access your pulumi projects/stacks click here for how
GIT_ACCESS_TOKENstringnoIf you tend to go above 60 request per hour, you need to pass this token. click here for how
GIT_USER_FOR_COMPONENT_RESOURCESstringnoGit user where the component resources are stored

Enter configuration by creating a .env file with the info above ^^

To run this example you'll need the following:

  1. A Pulumi CLI installation & Pulumi Login
brew install pulumi/tap/pulumi
pulumi login
  1. AWS-Vault connection to playground
aws-vault exec kabisa-playground

To run the TUI:

npm install
npm start

To run the auto generated code docs

npm run codedocs