provisiontui-david-keng
v1.0.9
Published
This Terminal User Interfaces is an abstraction above Pulumi guiding the user in an intuitive way deploying cloud resources. ## Configuration | Name | Type | Required | Description
Downloads
2
Readme
TUI
This Terminal User Interfaces is an abstraction above Pulumi guiding the user in an intuitive way deploying cloud resources.
Configuration
| Name | Type | Required | Description |
|---------------|---------|----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| PULUMI_ACCESS_TOKEN
| string | Yes | Required to access your pulumi projects/stacks click here for how |
| GIT_ACCESS_TOKEN
| string | no | If you tend to go above 60 request per hour, you need to pass this token. click here for how |
| GIT_USER_FOR_COMPONENT_RESOURCES
| string | no | Git 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:
- A Pulumi CLI installation & Pulumi Login
brew install pulumi/tap/pulumi
pulumi login
- 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