Commit graph

79 commits

Author SHA1 Message Date
Joe Duffy 113c96fd15
Shrink the Get Started button slightly (#3149) 2019-08-27 09:01:01 -07:00
Joe Duffy a4d44189f1
Add a Get Started CTA button to the README (#3143) 2019-08-27 08:27:56 -07:00
Daniel Ruf 4e99c354b3 Update the image URLs (#3112) 2019-08-20 07:42:25 -07:00
CyrusNajmabadi 0ee75d2201
Remove /cloud from readme. (#3010) 2019-07-31 20:16:04 -07:00
Luke Hoban 852a8f9dc9
Highlight the Get Started guide in the README (#3003)
Tactical improvement to make the getting started experience easier to find from the project homepage.
2019-07-30 11:32:36 -07:00
Chris Smith 18bfca421b
Minor README.md changes (#2983)
* Minor README.md changes

* Address PR feedback

* Address PR feedback
2019-07-25 14:44:41 -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
Cameron Stokes acfaa7ef51 ~readme: update python status to stable (#2919) 2019-07-16 06:54:53 -07:00
Joe Duffy 9b3ddcbf91
Update a few taglines in the README 2019-06-27 11:58:51 -04:00
Matt Ellis ad7397b310 Update supported versions list
We no longer support Node 6.X (it went end of life at the end of
April, we stopped testing on it, and now we use features that are not
in Node 6 like `Object.values`.

Note that we support 8+, and add an `engines` section to our
package.json so folks who try to install on older versions of node see
warnings.
2019-06-17 12:11:38 -07:00
Tomáš Hübelbauer 247edadd69 Make the timer demo more concise
Easier on the eyes this way IMO
2019-05-14 13:27:38 -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
Cameron Stokes 0a4bf7b991 Link to 'Supported Clouds' page rather than listing clouds in README. (#2546)
Also, update Python Runtime version.
2019-03-18 20:41:43 -07:00
Luke Hoban d9f37e6667
Add Roadmap to README (#2271) 2018-12-03 16:31:49 -08:00
Matt Ellis aa7f26a3b5 Have README.md point at CONTRIBUTING.md
Instead of duplicating information about how to build Pulumi from
source in both `README.md` and `CONTRIBUTING.md`, just have the
`README.md` point at `CONTRIBUTING.md`.

Fixes #2197
2018-11-13 11:50:12 -08:00
joeduffy b3524e9e13 Update the README a little 2018-10-16 23:08:25 -07:00
Luke Hoban a66a1ae698
Add link to full installation instructions (#1994)
Fixes #1928.
2018-09-28 07:03:28 -07:00
joeduffy fc38078102 Add some links to the README 2018-08-15 12:03:23 -07:00
Joe Duffy 42af63c661
Add a couple examples to the README (#1761)
We don't show any code in our README, which is a shame, because we're
all about the code! This should help grok what Pulumi is more quickly.
2018-08-11 10:09:11 -07:00
joeduffy a5b33c4652 Make a few README tweaks 2018-06-30 11:48:39 -07:00
joeduffy 10300d2098 Add some badges and goodies
This change spiffs up the README a little bit, by adding badges and
other goodies:

* Add a logo image, rather than just text.

* Add some badges

    - Slack
    - NPM version
    - PyPI version
    - GoDoc APIs
    - License

  I'm sure we can add more, but this livens things up a bit.

* Wordsmith the introductory text for SEO and some extra oomph.

* Add a Welcome section with important links to Getting Started,
  Tutorials, Examples, A Tour of Pulumi, Reference Docs, and
  Community Slack.  Pin a nice image of our console to the right.

* Add a Getting Started section which extends the existing "how to
  install" section slightly to cover a bit more ground.  Ultimately,
  pulumi.io is the source of truth here, but having it here seems handy.
2018-06-30 11:37:40 -07:00
Matthew Riley 332937e624 Remove instructions using "go get"
These mostly work, but they don't reflect our dev or CI workflows and are
likely to deviate in frustratingly small ways.
2018-06-21 16:06:11 -07:00
Matthieu Collé 683f80ded8 docs(readme): fixed typo 2018-06-18 05:29:56 -07:00
joeduffy 776c538b7f Add a few helpful pointers to the README 2018-06-17 11:15:03 -07:00
joeduffy fcd46c93c5 Settle on just Preview 2018-06-15 13:37:27 -07:00
CyrusNajmabadi 57ee29ebbb
Tweak readme. (#1505) 2018-06-15 13:33:51 -07:00
joeduffy 9a4bb912ca Do a quick pass over the README 2018-06-10 10:35:51 -07:00
Luke Hoban 3b561392b1
Remove out-of-date files (#1401) 2018-06-05 08:39:19 -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
joeduffy 2ae8d4cc36 Tidy up the README ever-so-slightly 2018-03-25 15:14:30 -07:00
Joe Duffy 01859a70ed
Update README.md to use a valid CLI command 2018-02-22 14:26:04 -08:00
Sean Gillespie ff987c65e5
Updates to the readme: fix up some documentation regarding the Makefile (#861) 2018-01-30 16:31:02 -08:00
khyperia 4a76d15055
Change make configure to make ensure in docs 2018-01-10 08:46:04 -08:00
Matt Ellis 5067d77db1 Pass branch name to AppVeyor badge
Without this, we were getting the status for the most recent run,
which could include a broken run from a topic branch someone was using
for a PR.
2017-11-03 11:40:39 -07:00
joeduffy 22ef94dbd6 Tidy up out of date documentation
Almost all of this has been superceded by official design docs which,
as part of pulumi/home#29 will be moving to pulumi/design-notes.

Those that aren't will be done as new design docs in the future, since
most of the remainder are vastly out of date and/or aspirational at best.

Resolves pulumi/pulumi#408.
2017-10-22 13:28:51 -07:00
joeduffy 21812ef4b5 Pretty-format build status table 2017-10-10 13:41:45 -07:00
joeduffy 66b4c2df66 Add a Windows build badge 2017-10-10 13:40:11 -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
joeduffy 35aa6b7559 Rename pulumi/lumi to pulumi/pulumi-fabric
We are renaming Lumi to Pulumi Fabric.  This change simply renames the
pulumi/lumi repo to pulumi/pulumi-fabric, without the CLI tools and other
changes that will follow soon afterwards.
2017-08-02 09:25:22 -07:00
Joe Duffy 5da78c036b Convert to Dep 2017-08-01 18:37:06 -07:00
joeduffy 4699b874db Revert "The Go vendoring saga continues"
This reverts commit f939651c64.

This particular saga appears to never end...
2017-08-01 17:51:38 -07:00
joeduffy ceec05f627 Fix up a few stale Dep/Godeps references 2017-08-01 15:48:08 -07:00
joeduffy f939651c64 The Go vendoring saga continues
We are now on our fourth vendoring tool: Govendor.  This appears to
be about 10X faster than Dep, fails less frequently, and has a rich,
well documented set of commands (that make far more intuitive sense
to me, particularly when compared to Dep).  I could never really get
Godep to work with vendor/ correctly, whereas Govendor did the trick
right away.  Lastly, Terraform uses it, so we'll probably have fewer
headaches in that department also.
2017-08-01 06:23:14 -07:00
Luke Hoban 9f5baea84c Fix minor typo in README 2017-06-22 11:36:09 -07:00
joeduffy 9179d58eb1 Install GoMetaLinter in Travis
And also rejigger the Makefiles to properly error if it's missing.
2017-06-21 14:23:48 -07:00
joeduffy e9cc0acb05 Update instructions for Govet 2017-05-24 13:25:28 -07:00
joeduffy dba4e2258c Add a build badge 2017-05-24 12:50:29 -07:00
joeduffy 88ea603551 Switch from Glide to Godep for dependency management
There isn't a pre-canned Glide distribution for amd64 linux, and the
integration with Glide and Travis isn't nearly as swanky as with Godep
(which essentially works out of the box).  Furthermore, Godep has caught
up with Go's vendoring changes since last time I looked, which was the
primary reason I ended up going with Glide in the first place.
2017-05-24 12:50:28 -07:00