This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
pulumi
mirror of
https://github.com/pulumi/pulumi.git
Watch
0
Star
0
Fork
You've already forked pulumi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
release/0.9
Branches
Tags
No results found.
pulumi
/
examples
/
minimal
/
Pulumi.yaml
5 lines
68 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
Build/test the minimal Lumi program as a nightly integration test
2017-07-23 18:12:17 +00:00
name
:
minimal
description
:
A minimal Lumi program.
Get integration tests passing This makes a few tweaks to get the integration tests passing: * Add `runtime: nodejs` to the minimal example's `Lumi.yaml` file. * Remove usage of `@lumi/lumirt { printf }` and just use `console.log`. * Remove calls to `lumijs` in the integration test framework and the minimal example's package.json. Instead, we just run `yarn run build`, which itself internally just invokes `tsc`. * Add package validation logic and eliminate the pkg/compiler/metadata library, in favor of the simpler code in pkg/engine. * Simplify the Node.js langhost plugin CLI, and simply take an argument rather than requiring required and optional --flags. * Use a default path of "." if the program path isn't provided. This is a legal scenario if you've passed a pwd and just want to load the package's default module ("./index.js" or whatever main says). * Add an executable script, lumi-langhost-nodejs, that fires up the `bin/cmd/langhost/index.js` file to serve the Node.js language plugin.
2017-08-31 17:21:17 +00:00
runtime
:
nodejs
Rename Coconut to Lumi This is part of pulumi/coconut#147. After it has landed, I will rename the repo on GitHub.
2017-05-18 18:38:28 +00:00