Skip to content

Latest commit

 

History

History

nodejs-tui

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Inline Program

This program demonstrates how to build a terminal UI on top of Pulumi's Automation API.

To run this example you'll need a few pre-reqs:

  1. A Pulumi CLI installation (v3.0.0-rc.1 or later)
  2. The AWS CLI, with appropriate credentials.

Running this program is just like any other typescript program. No invocation through the Pulumi CLI required:

$ yarn build // installs deps and runs tsc
$ yarn start // runs node ./bin/index.ts