susanev
031b2958f1
fix some links
...
Signed-off-by: susanev <susan.ra.evans@gmail.com>
2023-05-19 19:39:26 -07:00
susan evans
fdf9644551
adjust link text in node sdk readme ( #8816 )
2022-01-28 16:45:55 -08:00
Christian Nunciato
4ceabcf982
Link to the install page from the Node.js README ( #8815 )
2022-01-21 18:16:34 -08:00
Ian Wahbe
3f79185040
Move `PULUMI_ROOT` to `$HOME/.pulumi-dev` ( #8512 )
...
* Move PULUMI_ROOT to relative path $REPO/.bin
* Add .bin to gitignore
* Change home to $HOME/.pulumi-dev
* Cleanup nodejs/readme and remove .bin (gitignore)
2021-12-15 12:32:41 -08:00
Ian Wahbe
b9f57bc6b9
Move `/opt/pulumi` to `$HOME/.pulumi` ( #8437 )
...
* Move `/opt/pulumi` to `$HOME/.pulumi`
* Don't suggest adding $HOME/.pulumi to PATH
2021-11-17 10:37:38 -08:00
Justin Van Patten
be1ee5566d
Update README.md ( #7088 )
2021-05-21 10:46:56 -07:00
Chris Smith
208dfc29b4
Update references to pulumi.io ( #2979 )
...
* Remove pulumi.io reference in tests
* Remove pulumi.io references in Dockerfiles
* Remove pulumi.io references in CONTRIBUTING.md
* Update README.md's
* Use correct logo
2019-07-25 09:58:12 -07:00
Justin Van Patten
fedfc9b6b4
`pulumi update` => `pulumi up` ( #2702 )
...
We changed the `pulumi update` command to be `pulumi up` a while back
(`update` is an alias of `up`). This change just makes it so we refer to
the actual command, `pulumi up`, instead of the older `pulumi update`.
2019-05-06 14:00:18 -07:00
joeduffy
4053ce7b86
Remove Private Beta warning
2018-06-18 05:00:38 -07:00
Matt Ellis
721bc9ccc6
s/docs.pulumi.com/pulumi.io/g
...
The docs website is moving to https://pulumi.io from
https://docs.pulumi.com
2018-06-11 15:57:47 -06:00
joeduffy
8aca7ab11e
Fix pulumi.com hyperlink in README
2018-05-18 11:22:42 -07:00
joeduffy
12a2626c59
Prepare package for public publishing
...
This adds a warning to the top of the README.md and adds a license
to the package.json (to eliminate the associated warning).
2018-05-18 11:21:32 -07:00
joeduffy
6470adad2a
Update the README
2018-05-18 07:41:28 -07:00
Sean Gillespie
4724f91e82
Fix wording in nodejs readme ( #1239 )
2018-04-19 21:42:26 -07:00
Sean Gillespie
9e3500d181
CI cleanup for various Node versions ( #1233 )
...
* Run Windows CI against node v8.10
* Update READMEs
2018-04-19 13:44:47 -07:00
Sean Gillespie
c245b6ac6f
Update the README
2018-02-14 10:33:18 -08:00
pat@pulumi.com
69341fa7c8
`push` is dead; long live `update`.
...
After discussion with Joe and Luke, we've decided to use `update` instead
of `push` as it more intuitively fits the operation being performed.
2017-09-22 17:23:40 -07:00
pat@pulumi.com
597db186ec
Renames: `plan` -> `preview`, `deploy` -> `push`.
...
Part of #353 .
These changes also remove all command aliases from the `pulumi` command.
2017-09-22 15:28:03 -07:00
Joe Duffy
f6e694c72b
Rename pulumi-fabric to pulumi
...
This includes a few changes:
* The repo name -- and hence the Go modules -- changes from pulumi-fabric to pulumi.
* The Node.js SDK package changes from @pulumi/pulumi-fabric to just pulumi.
* The CLI is renamed from lumi to pulumi.
2017-09-21 19:18:21 -07:00
joeduffy
4c781da93b
Add instructions for make configure
...
And also move the Node.js SDK-specific parts into the sdk/nodejs/ directory.
2017-09-11 15:17:11 -07:00
joeduffy
ac786ed2c9
Clean up the READMEs
2017-09-11 13:18:09 -07:00