From e9f1fc165cd9af712cff112edf3e6696d646e9bd Mon Sep 17 00:00:00 2001 From: Justin Van Patten Date: Sat, 22 Jun 2019 02:14:29 -0700 Subject: [PATCH 1/2] Add fusion stack Any changes to the `fusion` branch will now be deployed to https://fusion.pulumi.io/. --- .travis.yml | 1 + Makefile | 14 ++++++++++++++ infrastructure/Pulumi.pulumi.io-fusion.yaml | 5 +++++ 3 files changed, 20 insertions(+) create mode 100644 infrastructure/Pulumi.pulumi.io-fusion.yaml diff --git a/.travis.yml b/.travis.yml index 034d4a6d68c8..06c3a994f9af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ branches: only: - master - production + - fusion before_install: # Use travisqueue to manage build concurrency. - ./scripts/travisqueue.sh install diff --git a/Makefile b/Makefile index 8982723ad757..3b5d9b544e27 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,9 @@ endif ifeq ($(TRAVIS_BRANCH),production) ./scripts/preview.sh production endif +ifeq ($(TRAVIS_BRANCH),fusion) + ./scripts/preview.sh fusion +endif .PHONY: deploy deploy: @@ -76,6 +79,9 @@ endif ifeq ($(TRAVIS_BRANCH),production) ./scripts/update.sh production endif +ifeq ($(TRAVIS_BRANCH),fusion) + ./scripts/update.sh fusion +endif .PHONY: travis_push travis_push:: @@ -83,6 +89,8 @@ travis_push:: $(MAKE) ensure ifeq ($(TRAVIS_BRANCH),master) HUGO_BASEURL=https://staging.pulumi.io/ $(MAKE) build +else ifeq ($(TRAVIS_BRANCH),fusion) + HUGO_BASEURL=https://fusion.pulumi.io/ $(MAKE) build else $(MAKE) build endif @@ -94,6 +102,8 @@ travis_pull_request:: $(MAKE) ensure ifeq ($(TRAVIS_BRANCH),master) HUGO_BASEURL=https://staging.pulumi.io/ $(MAKE) build +else ifeq ($(TRAVIS_BRANCH),fusion) + HUGO_BASEURL=https://fusion.pulumi.io/ $(MAKE) build else $(MAKE) build endif @@ -106,6 +116,8 @@ travis_cron:: $(MAKE) ensure ifeq ($(TRAVIS_BRANCH),master) HUGO_BASEURL=https://staging.pulumi.io/ $(MAKE) build +else ifeq ($(TRAVIS_BRANCH),fusion) + HUGO_BASEURL=https://fusion.pulumi.io/ $(MAKE) build else $(MAKE) build endif @@ -116,6 +128,8 @@ travis_api:: $(MAKE) ensure ifeq ($(TRAVIS_BRANCH),master) HUGO_BASEURL=https://staging.pulumi.io/ $(MAKE) build +else ifeq ($(TRAVIS_BRANCH),fusion) + HUGO_BASEURL=https://fusion.pulumi.io/ $(MAKE) build else $(MAKE) build endif diff --git a/infrastructure/Pulumi.pulumi.io-fusion.yaml b/infrastructure/Pulumi.pulumi.io-fusion.yaml new file mode 100644 index 000000000000..d90531dd405c --- /dev/null +++ b/infrastructure/Pulumi.pulumi.io-fusion.yaml @@ -0,0 +1,5 @@ +config: + aws:region: us-west-2 + pulumi.io:certificateArn: arn:aws:acm:us-east-1:058607598222:certificate/2781ea98-97cf-4a14-aaa6-f222c0c758e5 + pulumi.io:pathToWebsiteContents: ../public + pulumi.io:targetDomain: fusion.pulumi.io From 6327ea6f4de44550444c74e749e1bc48db2d6b0a Mon Sep 17 00:00:00 2001 From: Justin Van Patten Date: Sat, 22 Jun 2019 04:18:41 -0700 Subject: [PATCH 2/2] Fix broken links --- Makefile | 6 ++-- content/blog/2018-year-at-a-glance/index.md | 10 +++--- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../{intialized.png => initialized.png} | Bin .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 12 +++---- .../index.md | 4 +-- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- .../index.md | 2 +- content/docs/reference/cli/pulumi.md | 32 +++++++++--------- content/docs/reference/cli/pulumi_cancel.md | 2 +- content/docs/reference/cli/pulumi_config.md | 10 +++--- .../docs/reference/cli/pulumi_config_get.md | 2 +- .../reference/cli/pulumi_config_refresh.md | 2 +- .../docs/reference/cli/pulumi_config_rm.md | 2 +- .../docs/reference/cli/pulumi_config_set.md | 2 +- content/docs/reference/cli/pulumi_destroy.md | 2 +- content/docs/reference/cli/pulumi_history.md | 2 +- content/docs/reference/cli/pulumi_login.md | 2 +- content/docs/reference/cli/pulumi_logout.md | 2 +- content/docs/reference/cli/pulumi_logs.md | 2 +- content/docs/reference/cli/pulumi_new.md | 2 +- content/docs/reference/cli/pulumi_plugin.md | 8 ++--- .../reference/cli/pulumi_plugin_install.md | 2 +- .../docs/reference/cli/pulumi_plugin_ls.md | 2 +- .../docs/reference/cli/pulumi_plugin_rm.md | 2 +- content/docs/reference/cli/pulumi_preview.md | 2 +- content/docs/reference/cli/pulumi_refresh.md | 2 +- content/docs/reference/cli/pulumi_stack.md | 22 ++++++------ .../docs/reference/cli/pulumi_stack_export.md | 2 +- .../docs/reference/cli/pulumi_stack_graph.md | 2 +- .../docs/reference/cli/pulumi_stack_import.md | 2 +- .../docs/reference/cli/pulumi_stack_init.md | 2 +- content/docs/reference/cli/pulumi_stack_ls.md | 2 +- .../docs/reference/cli/pulumi_stack_output.md | 2 +- .../docs/reference/cli/pulumi_stack_rename.md | 2 +- content/docs/reference/cli/pulumi_stack_rm.md | 2 +- .../docs/reference/cli/pulumi_stack_select.md | 2 +- .../docs/reference/cli/pulumi_stack_tag.md | 10 +++--- .../reference/cli/pulumi_stack_tag_get.md | 2 +- .../docs/reference/cli/pulumi_stack_tag_ls.md | 2 +- .../docs/reference/cli/pulumi_stack_tag_rm.md | 2 +- .../reference/cli/pulumi_stack_tag_set.md | 2 +- content/docs/reference/cli/pulumi_state.md | 6 ++-- .../docs/reference/cli/pulumi_state_delete.md | 2 +- .../reference/cli/pulumi_state_unprotect.md | 2 +- content/docs/reference/cli/pulumi_up.md | 2 +- content/docs/reference/cli/pulumi_version.md | 2 +- content/docs/reference/cli/pulumi_whoami.md | 2 +- layouts/docs/aws-list.html | 20 +++++------ 59 files changed, 117 insertions(+), 117 deletions(-) rename content/blog/create-aks-clusters-with-monitoring-and-logging-with-pulumi-azure-open-source-sdks/{intialized.png => initialized.png} (100%) diff --git a/Makefile b/Makefile index 3b5d9b544e27..6a6e3da49548 100644 --- a/Makefile +++ b/Makefile @@ -47,8 +47,10 @@ test: --exclude "/docs/reference/pkg" \ --exclude "/docs/reference/changelog" \ --exclude "https://github.com/pulumi/docs/edit/master" \ - --exclude "https://www.linkedin.com/company/pulumi/" \ - --exclude "https://marketplace.visualstudio.com/items?itemName=pulumi.build-and-release-task" + --exclude "https://www.linkedin.com/" \ + --exclude "https://marketplace.visualstudio.com/items?itemName=pulumi.build-and-release-task" \ + --exclude "https://blog.mapbox.com/" \ + --exclude "https://github.com/pulls?" .PHONY: validate validate: diff --git a/content/blog/2018-year-at-a-glance/index.md b/content/blog/2018-year-at-a-glance/index.md index 4fc79933a015..a2f761d63cf9 100644 --- a/content/blog/2018-year-at-a-glance/index.md +++ b/content/blog/2018-year-at-a-glance/index.md @@ -16,7 +16,7 @@ Here are some of the exciting things that happened: **Launching our open source community.** After being hard at work for a little over a year, -[we launched our open source project](../introducing-pulumi-a-cloud-development-platform/), +[we launched our open source project]({{< ref "/blog/introducing-pulumi-a-cloud-development-platform" >}}), with the aim of making it considerably easier and more enjoyable to create and operate cloud software. This was a major moment for us. We had previously only shown Pulumi to a few select friends, family, and private beta users, and the reception was beyond our wildest expectations. We got passionate +1’s @@ -27,11 +27,11 @@ open source contributions and passionate community leaders emerging who are help helping us to make Pulumi even better. **Support for major public, private, and hybrid clouds.** We launched with support for the three major public -clouds, [AWS]({{< ref "/docs/quickstart/aws" >}}), [Azure]({{ ref "/docs/quickstart/azure" >}}), and +clouds, [AWS]({{< ref "/docs/quickstart/aws" >}}), [Azure]({{< ref "/docs/quickstart/azure" >}}), and [Google Cloud]({{< ref "/docs/quickstart/gcp" >}}), and have since added capabilities across all of them, including adding [serverless]({{< ref "/docs/reference/tutorials/aws/tutorial-rest-api.md" >}}), -[containers](https://github.com/pulumi/pulumi-aws-infra/blob/master/nodejs/aws-infra/examples/fargate/index.ts), and -[infrastructure](https://github.com/pulumi/pulumi-aws-infra/blob/master/nodejs/aws-infra/examples/ec2/index.ts) +[containers](https://github.com/pulumi/examples/blob/master/aws-ts-containers/index.ts), and +[infrastructure](https://github.com/pulumi/examples/blob/master/aws-js-webserver/index.js) productivity libraries -- it is here where we believe Pulumi’s unique approach of using general purpose languages truly shines. We immediately had a wave of inbound interest in applying the Pulumi approach to infrastructure as code in other areas, and quickly added other providers including OpenStack, VMWare vSphere, Alibaba Cloud, F5 BigIP, and more. In @@ -41,7 +41,7 @@ both of which continue to lead to significant community growth. Many customers a consistent engineering workflow across multi-cloud environments -- often spanning public, private, and/or hybrid clouds. **Launching our commercial SaaS product.** In October, [we launched our commercial SaaS -product](../../../com/pulumi/blog/building-a-future-of-cloud-engineering.html), with reasonable +product]({{< ref "/blog/building-a-future-of-cloud-engineering" >}}), with reasonable [pricing](https://www.pulumi.com/pricing/) so that teams of all sizes are able to get their code to the cloud productively, securely, and collaboratively. If Pulumi is like Git -- a local CLI and SDK -- then the Pulumi SaaS is like GitHub -- a hosted service to ensure you can use Pulumi in a team setting. In addition to the Team Edition, which diff --git a/content/blog/announcing-per-user-pricing-and-unlimited-stacks-for-teams/index.md b/content/blog/announcing-per-user-pricing-and-unlimited-stacks-for-teams/index.md index 493a343ee2a3..f70aaf819576 100644 --- a/content/blog/announcing-per-user-pricing-and-unlimited-stacks-for-teams/index.md +++ b/content/blog/announcing-per-user-pricing-and-unlimited-stacks-for-teams/index.md @@ -131,5 +131,5 @@ your organization's Settings page. For annual subscriptions, we also offer invoicing that is payable with bank transfer or check. To discuss those options in more detail, please -[contact us]({{ ref "/contact" }}). +[contact us]({{< ref "/contact" >}}). diff --git a/content/blog/announcing-pulumi-0.15-kubernetes-cicd-openstack-and-more/index.md b/content/blog/announcing-pulumi-0.15-kubernetes-cicd-openstack-and-more/index.md index ac9e12dc9b81..720495aea26a 100644 --- a/content/blog/announcing-pulumi-0.15-kubernetes-cicd-openstack-and-more/index.md +++ b/content/blog/announcing-pulumi-0.15-kubernetes-cicd-openstack-and-more/index.md @@ -263,7 +263,7 @@ documentation]({{< ref "/docs/reference/cd-github" >}}). We're excited about all the new features in this release and the new scenarios they enable for the Pulumi community . If you are new to Pulumi, [download the tools and get started -today]({{ ref "/docs/quickstart" >}}), or [join us in +today]({{< ref "/docs/quickstart" >}}), or [join us in Slack](https://slack.pulumi.io). A big thanks to all the users and contributors who have helped shape this release -- we can't wait to see what you build next ! diff --git a/content/blog/cd-made-easy-with-pulumi-and-azure-pipelines/index.md b/content/blog/cd-made-easy-with-pulumi-and-azure-pipelines/index.md index e97d87446961..1fadf8d66e04 100644 --- a/content/blog/cd-made-easy-with-pulumi-and-azure-pipelines/index.md +++ b/content/blog/cd-made-easy-with-pulumi-and-azure-pipelines/index.md @@ -19,7 +19,7 @@ infrastructure is just a few steps away for you and your teams.  To make it easy to use Pulumi with Azure, we are announcing an open-source task extension for Azure Pipelines! The task extension will manage the installation of the Pulumi CLI, and run the [Pulumi -commands]({{ ref "/docs/reference/commands" >}}) you specify against +commands]({{< ref "/docs/reference/commands" >}}) you specify against your stack. You can install the task extension directly from the [Visual Studio diff --git a/content/blog/code-deploy-and-manage-a-serverless-rest-api-on-aws-with-pulumi/index.md b/content/blog/code-deploy-and-manage-a-serverless-rest-api-on-aws-with-pulumi/index.md index bef786f1d766..4c6899ecfbbd 100644 --- a/content/blog/code-deploy-and-manage-a-serverless-rest-api-on-aws-with-pulumi/index.md +++ b/content/blog/code-deploy-and-manage-a-serverless-rest-api-on-aws-with-pulumi/index.md @@ -186,7 +186,7 @@ To clean up the resources, run `pulumi destroy`. ## Next steps The -[sample code for this application](https://github.com/pulumi/examples/tree/master/cloud-js-httpendpoint) +[sample code for this application](https://github.com/pulumi/examples/tree/master/cloud-js-httpserver) is available in the Pulumi examples repo on GitHub. For an end-to-end TypeScript application with a frontend, see the [URL shortener sample](https://github.com/pulumi/examples/tree/master/cloud-ts-url-shortener). diff --git a/content/blog/create-aks-clusters-with-monitoring-and-logging-with-pulumi-azure-open-source-sdks/intialized.png b/content/blog/create-aks-clusters-with-monitoring-and-logging-with-pulumi-azure-open-source-sdks/initialized.png similarity index 100% rename from content/blog/create-aks-clusters-with-monitoring-and-logging-with-pulumi-azure-open-source-sdks/intialized.png rename to content/blog/create-aks-clusters-with-monitoring-and-logging-with-pulumi-azure-open-source-sdks/initialized.png diff --git a/content/blog/data-science-on-demand-spinning-up-a-wallaroo-cluster-is-easy-with-pulumi/index.md b/content/blog/data-science-on-demand-spinning-up-a-wallaroo-cluster-is-easy-with-pulumi/index.md index 024e497fc7e0..8ed573947736 100644 --- a/content/blog/data-science-on-demand-spinning-up-a-wallaroo-cluster-is-easy-with-pulumi/index.md +++ b/content/blog/data-science-on-demand-spinning-up-a-wallaroo-cluster-is-easy-with-pulumi/index.md @@ -260,7 +260,7 @@ While the work is being performed, we can take a look at the metrics URL printed out on the screen to find out how the work is being distributed. > To see the cluster's real-time metrics, please visit -> http://ec2-54-200-198-6.us-west-2.compute.amazonaws.com:4000 +> `http://ec2-54-200-198-6.us-west-2.compute.amazonaws.com:4000` ![wallaroo-2](./wallaroo-2.png) diff --git a/content/blog/how-we-use-pulumi-to-build-pulumi/index.md b/content/blog/how-we-use-pulumi-to-build-pulumi/index.md index e54dc123acbf..9e82a1eeaa35 100644 --- a/content/blog/how-we-use-pulumi-to-build-pulumi/index.md +++ b/content/blog/how-we-use-pulumi-to-build-pulumi/index.md @@ -26,7 +26,7 @@ We use Pulumi for raw infrastructure provisioning, defining the core networking layer for our AWS-based backend infrastructure. And we use Pulumi to define how our application services are deployed into ECS using just a few lines of code. Pulumi hosts and manages static content -for [www.pulumi.com](http://www.pulumi.com/) and [get.pulumi.com](../../../com/pulumi/blog/index.html). +for [www.pulumi.com](https://www.pulumi.com/) and [get.pulumi.com](https://get.pulumi.com). We use Pulumi to define the CloudWatch dashboards connected to our infrastructure. And for monitoring, Pulumi defines metrics and notifications/alarms in diff --git a/content/blog/improving-kubernetes-management-with-pulumis-await-logic/index.md b/content/blog/improving-kubernetes-management-with-pulumis-await-logic/index.md index e938948d9795..89b858132553 100644 --- a/content/blog/improving-kubernetes-management-with-pulumis-await-logic/index.md +++ b/content/blog/improving-kubernetes-management-with-pulumis-await-logic/index.md @@ -61,7 +61,7 @@ applications, or sharing responsibilities between teams. 2) Reliably integrate with -[**CI/CD systems**]({{ ref "/docs/reference/cd" >}}) for infrastructure and +[**CI/CD systems**]({{< ref "/docs/reference/cd" >}}) for infrastructure and application deployments without requiring hardcoded timeouts, or scripting kubectl and parsing the resulting JSON/YAML to detect errors. If errors are encountered, Pulumi automatically surfaces the relevant diff --git a/content/blog/lambdas-as-lambdas-the-magic-of-simple-serverless-functions/index.md b/content/blog/lambdas-as-lambdas-the-magic-of-simple-serverless-functions/index.md index ca3b0bf65b3d..c5a148f10419 100644 --- a/content/blog/lambdas-as-lambdas-the-magic-of-simple-serverless-functions/index.md +++ b/content/blog/lambdas-as-lambdas-the-magic-of-simple-serverless-functions/index.md @@ -164,7 +164,7 @@ great compiler work underpinning them. So let's dig in -- how does this all really work? (Note that, if you want some of the more nitty gritty details, we have a -[doc](https://github.com/pulumi/docs/blob/master/reference/serializing-functions.md) +[doc]({{< relref "/docs/reference/serializing-functions.md" >}}) going in depth. For now, we'll try to stick to providing a high-level overview of what's going on, so that we can grok the basic approach.) diff --git a/content/blog/managing-github-webhooks-with-pulumi/index.md b/content/blog/managing-github-webhooks-with-pulumi/index.md index dce6927e5306..bbda63674afd 100644 --- a/content/blog/managing-github-webhooks-with-pulumi/index.md +++ b/content/blog/managing-github-webhooks-with-pulumi/index.md @@ -84,7 +84,7 @@ webhook and fill in my information: - Payload URL: The value of the `url` output of my Pulumi program (in this case it is - ). + `https://t1vyz1x203.execute-api.us-west-1.amazonaws.com/stage/`). - Content Type: `application-json`. I know we'll be inspecting this content as we develop the hook and since we're writing the implementation in TypeScript, it will be easier to interact with diff --git a/content/blog/mapbox-iot-as-code-with-pulumi-crosswalk-for-aws/index.md b/content/blog/mapbox-iot-as-code-with-pulumi-crosswalk-for-aws/index.md index 638c2a426bad..b60f6b775f94 100644 --- a/content/blog/mapbox-iot-as-code-with-pulumi-crosswalk-for-aws/index.md +++ b/content/blog/mapbox-iot-as-code-with-pulumi-crosswalk-for-aws/index.md @@ -58,8 +58,8 @@ not remember what you deployed as your cloud environments scale: Lets now work through the solution flow with some sample snippets of code. To get access to the complete piece of code, please connect with -Mapbox solution team [here](chris.toomey@mapbox.com) and -Pulumi team [here](sales@pulumi.com). We will be happy to help you sample test this +Mapbox solution team [here](mailto:chris.toomey@mapbox.com) and +Pulumi team [here](mailto:sales@pulumi.com). We will be happy to help you sample test this solution on AWS! **STEP 1: Create a Pulumi project using an AWS JavaScript template** @@ -144,8 +144,8 @@ used by Mapbox streamprocessor and Firehose all created with Pulumi AWS and AWSX libraries. To get this piece of code, please connect with Mapbox solution team -[here](chris.toomey@mapbox.com) and Pulumi team -[here](sales@pulumi.com). +[here](mailto:chris.toomey@mapbox.com) and Pulumi team +[here](mailto:sales@pulumi.com). **STEP 3: Create a consumption API for the map client to consume from a data source** @@ -157,8 +157,8 @@ query this data out of DynamoDB. The sample code in `index.js` will look like this: To get this piece of code, please connect with Mapbox solution team -[here](chris.toomey@mapbox.com) and Pulumi team -[here](sales@pulumi.com). +[here](mailto:chris.toomey@mapbox.com) and Pulumi team +[here](mailto:sales@pulumi.com). //* Create DynamoDB Table const assetTable = new aws.dynamodb.Table("assetTable", { diff --git a/content/blog/program-kubernetes-with-11-cloud-native-pulumi-pearls/index.md b/content/blog/program-kubernetes-with-11-cloud-native-pulumi-pearls/index.md index b6bbceef6ac4..02ab19ed2e27 100644 --- a/content/blog/program-kubernetes-with-11-cloud-native-pulumi-pearls/index.md +++ b/content/blog/program-kubernetes-with-11-cloud-native-pulumi-pearls/index.md @@ -495,8 +495,6 @@ Kubernetes cluster for everybody! ## 8. Build and Deploy Container Images Alongside Configuration Updates -[ [Code](https://github.com/pulumi/pulumi-docker/tree/master/docker/tests/image) ] - One scenario we often encounter in practice is the need to coordinate Docker registry provisioning and management (using one set of tools), with building and pushing new Docker images (using another set of @@ -563,7 +561,7 @@ pipeline is too. In fact, each Pulumi program really is a deployment workflow expressed in code. The Pulumi CLI is responsible for evaluating programs, producing goal states, diffing states to produce plans, and carrying them out. The Pulumi hosted service at - is used for robust concurrency +[https://app.pulumi.com](https://app.pulumi.com) is used for robust concurrency and state management so that deployments can be done continuously in a team environment, with perfect auditability of who changed what and when, and so that deployments are repeatable and failures recoverable. diff --git a/content/blog/pulumi-and-docker-development-to-production/index.md b/content/blog/pulumi-and-docker-development-to-production/index.md index 1b9c914b1af2..90c7e2a17829 100644 --- a/content/blog/pulumi-and-docker-development-to-production/index.md +++ b/content/blog/pulumi-and-docker-development-to-production/index.md @@ -173,7 +173,7 @@ tools we already use for software engineering: 1. Abstraction, encapsulation, and code reuse for infrastructure and applications -2. [Testing](../../../com/pulumi/blog/testing-your-infrastructure-as-code-with-pulumi.html), +2. [Testing]({{< ref "/blog/testing-your-infrastructure-as-code-with-pulumi" >}}), both unit and integration 3. IDEs and tools for detecting errors extremely early in a developer's inner loop, instead of at deployment time diff --git a/content/blog/pulumi-heart-google-cloud-platform/index.md b/content/blog/pulumi-heart-google-cloud-platform/index.md index c373cc599403..1c89932973a9 100644 --- a/content/blog/pulumi-heart-google-cloud-platform/index.md +++ b/content/blog/pulumi-heart-google-cloud-platform/index.md @@ -88,7 +88,7 @@ will it proceed (with a full audit history): ... Learn more about working with Pulumi and Google Cloud infrastructure in -this [GCE Web Server]({{ ref "/docs/reference/tutorials/gcp/tutorial-gce-webserver" >}}) +this [GCE Web Server]({{< ref "/docs/reference/tutorials/gcp/tutorial-gce-webserver" >}}) tutorial. ## Working with Kubernetes and Google Container Engine (GKE) diff --git a/content/blog/simple-reproducible-kubernetes-deployments/index.md b/content/blog/simple-reproducible-kubernetes-deployments/index.md index 6ba9ff61eb4a..66bcdecdcbf1 100644 --- a/content/blog/simple-reproducible-kubernetes-deployments/index.md +++ b/content/blog/simple-reproducible-kubernetes-deployments/index.md @@ -99,7 +99,7 @@ ecosystem. > Note: It is also possible to directly deploy existing Kubernetes YAML > objects, as a stepping stone. See the example -> [here](https://github.com/pulumi/pulumi-kubernetes/blob/master/examples/yaml-guestbook/index.ts). +> [here](https://github.com/pulumi/pulumi-kubernetes/blob/master/tests/examples/yaml-guestbook/index.ts). > This lets you reap all of the benefits of the deployment workflow > called out in this post without needing to rewrite all of your > Kubernetes YAML. It's easy to then rewrite it piecemeal, one step at a diff --git a/content/blog/using-pulumi-with-aws-sqs-and-lambdas/index.md b/content/blog/using-pulumi-with-aws-sqs-and-lambdas/index.md index 6f836042577e..1f61257a4c51 100644 --- a/content/blog/using-pulumi-with-aws-sqs-and-lambdas/index.md +++ b/content/blog/using-pulumi-with-aws-sqs-and-lambdas/index.md @@ -138,7 +138,7 @@ changes in the upcoming releases for both projects! After getting the change in we went back and tested our example and saw that now everything worked as expected. We also expanded things out -[in an example](https://github.com/pulumi/pulumi-aws-serverless/blob/master/nodejs/aws-serverless/examples/queue/index.ts) +[in an example](https://github.com/pulumi/pulumi-aws/blob/master/examples/queue/index.ts) to show how you might use this in practice. In this example, we receive the event, and then just write the data of it into an [S3 Bucket](https://aws.amazon.com/s3/). Running this example we now successfully see: diff --git a/content/docs/reference/cli/pulumi.md b/content/docs/reference/cli/pulumi.md index cca488fdfc24..97396d531f77 100644 --- a/content/docs/reference/cli/pulumi.md +++ b/content/docs/reference/cli/pulumi.md @@ -45,21 +45,21 @@ For more information, please visit the project page: https://pulumi.io ### SEE ALSO -* [pulumi cancel](/reference/cli/pulumi_cancel/) - Cancel a stack's currently running update, if any -* [pulumi config](/reference/cli/pulumi_config/) - Manage configuration -* [pulumi destroy](/reference/cli/pulumi_destroy/) - Destroy an existing stack and its resources -* [pulumi history](/reference/cli/pulumi_history/) - Update history for a stack -* [pulumi login](/reference/cli/pulumi_login/) - Log into the Pulumi service -* [pulumi logout](/reference/cli/pulumi_logout/) - Log out of the Pulumi service -* [pulumi logs](/reference/cli/pulumi_logs/) - Show aggregated logs for a stack -* [pulumi new](/reference/cli/pulumi_new/) - Create a new Pulumi project -* [pulumi plugin](/reference/cli/pulumi_plugin/) - Manage language and resource provider plugins -* [pulumi preview](/reference/cli/pulumi_preview/) - Show a preview of updates to a stack's resources -* [pulumi refresh](/reference/cli/pulumi_refresh/) - Refresh the resources in a stack -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks -* [pulumi state](/reference/cli/pulumi_state/) - Edit the current stack's state -* [pulumi up](/reference/cli/pulumi_up/) - Create or update the resources in a stack -* [pulumi version](/reference/cli/pulumi_version/) - Print Pulumi's version number -* [pulumi whoami](/reference/cli/pulumi_whoami/) - Display the current logged-in user +* [pulumi cancel](/docs/reference/cli/pulumi_cancel/) - Cancel a stack's currently running update, if any +* [pulumi config](/docs/reference/cli/pulumi_config/) - Manage configuration +* [pulumi destroy](/docs/reference/cli/pulumi_destroy/) - Destroy an existing stack and its resources +* [pulumi history](/docs/reference/cli/pulumi_history/) - Update history for a stack +* [pulumi login](/docs/reference/cli/pulumi_login/) - Log into the Pulumi service +* [pulumi logout](/docs/reference/cli/pulumi_logout/) - Log out of the Pulumi service +* [pulumi logs](/docs/reference/cli/pulumi_logs/) - Show aggregated logs for a stack +* [pulumi new](/docs/reference/cli/pulumi_new/) - Create a new Pulumi project +* [pulumi plugin](/docs/reference/cli/pulumi_plugin/) - Manage language and resource provider plugins +* [pulumi preview](/docs/reference/cli/pulumi_preview/) - Show a preview of updates to a stack's resources +* [pulumi refresh](/docs/reference/cli/pulumi_refresh/) - Refresh the resources in a stack +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi state](/docs/reference/cli/pulumi_state/) - Edit the current stack's state +* [pulumi up](/docs/reference/cli/pulumi_up/) - Create or update the resources in a stack +* [pulumi version](/docs/reference/cli/pulumi_version/) - Print Pulumi's version number +* [pulumi whoami](/docs/reference/cli/pulumi_whoami/) - Display the current logged-in user ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_cancel.md b/content/docs/reference/cli/pulumi_cancel.md index 8696716190c2..c459b35a58c9 100644 --- a/content/docs/reference/cli/pulumi_cancel.md +++ b/content/docs/reference/cli/pulumi_cancel.md @@ -48,6 +48,6 @@ pulumi cancel [] [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_config.md b/content/docs/reference/cli/pulumi_config.md index a04b827cb3a8..88cdb8cf9c6a 100644 --- a/content/docs/reference/cli/pulumi_config.md +++ b/content/docs/reference/cli/pulumi_config.md @@ -45,10 +45,10 @@ pulumi config [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line -* [pulumi config get](/reference/cli/pulumi_config_get/) - Get a single configuration value -* [pulumi config refresh](/reference/cli/pulumi_config_refresh/) - Update the local configuration based on the most recent deployment of the stack -* [pulumi config rm](/reference/cli/pulumi_config_rm/) - Remove configuration value -* [pulumi config set](/reference/cli/pulumi_config_set/) - Set configuration value +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line +* [pulumi config get](/docs/reference/cli/pulumi_config_get/) - Get a single configuration value +* [pulumi config refresh](/docs/reference/cli/pulumi_config_refresh/) - Update the local configuration based on the most recent deployment of the stack +* [pulumi config rm](/docs/reference/cli/pulumi_config_rm/) - Remove configuration value +* [pulumi config set](/docs/reference/cli/pulumi_config_set/) - Set configuration value ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_config_get.md b/content/docs/reference/cli/pulumi_config_get.md index fece692134f8..523e9c7208e8 100644 --- a/content/docs/reference/cli/pulumi_config_get.md +++ b/content/docs/reference/cli/pulumi_config_get.md @@ -42,6 +42,6 @@ pulumi config get [flags] ### SEE ALSO -* [pulumi config](/reference/cli/pulumi_config/) - Manage configuration +* [pulumi config](/docs/reference/cli/pulumi_config/) - Manage configuration ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_config_refresh.md b/content/docs/reference/cli/pulumi_config_refresh.md index d1955c423f9f..dbdbcec73d48 100644 --- a/content/docs/reference/cli/pulumi_config_refresh.md +++ b/content/docs/reference/cli/pulumi_config_refresh.md @@ -42,6 +42,6 @@ pulumi config refresh [flags] ### SEE ALSO -* [pulumi config](/reference/cli/pulumi_config/) - Manage configuration +* [pulumi config](/docs/reference/cli/pulumi_config/) - Manage configuration ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_config_rm.md b/content/docs/reference/cli/pulumi_config_rm.md index 441c79333e24..b58ac2959e55 100644 --- a/content/docs/reference/cli/pulumi_config_rm.md +++ b/content/docs/reference/cli/pulumi_config_rm.md @@ -41,6 +41,6 @@ pulumi config rm [flags] ### SEE ALSO -* [pulumi config](/reference/cli/pulumi_config/) - Manage configuration +* [pulumi config](/docs/reference/cli/pulumi_config/) - Manage configuration ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_config_set.md b/content/docs/reference/cli/pulumi_config_set.md index 82c1b97d7360..954e293199e7 100644 --- a/content/docs/reference/cli/pulumi_config_set.md +++ b/content/docs/reference/cli/pulumi_config_set.md @@ -45,6 +45,6 @@ pulumi config set [value] [flags] ### SEE ALSO -* [pulumi config](/reference/cli/pulumi_config/) - Manage configuration +* [pulumi config](/docs/reference/cli/pulumi_config/) - Manage configuration ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_destroy.md b/content/docs/reference/cli/pulumi_destroy.md index fb923f5d24d5..8e8442bac4b5 100644 --- a/content/docs/reference/cli/pulumi_destroy.md +++ b/content/docs/reference/cli/pulumi_destroy.md @@ -59,6 +59,6 @@ pulumi destroy [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_history.md b/content/docs/reference/cli/pulumi_history.md index 407c65aae3cc..323081f14c84 100644 --- a/content/docs/reference/cli/pulumi_history.md +++ b/content/docs/reference/cli/pulumi_history.md @@ -44,6 +44,6 @@ pulumi history [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_login.md b/content/docs/reference/cli/pulumi_login.md index 5fcc94ad6588..600680ea03a3 100644 --- a/content/docs/reference/cli/pulumi_login.md +++ b/content/docs/reference/cli/pulumi_login.md @@ -69,6 +69,6 @@ pulumi login [] [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_logout.md b/content/docs/reference/cli/pulumi_logout.md index 5380449083c4..2f4893fe69d8 100644 --- a/content/docs/reference/cli/pulumi_logout.md +++ b/content/docs/reference/cli/pulumi_logout.md @@ -47,6 +47,6 @@ pulumi logout [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_logs.md b/content/docs/reference/cli/pulumi_logs.md index 844f75dd46c5..99691c23e00c 100644 --- a/content/docs/reference/cli/pulumi_logs.md +++ b/content/docs/reference/cli/pulumi_logs.md @@ -45,6 +45,6 @@ pulumi logs [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_new.md b/content/docs/reference/cli/pulumi_new.md index 94a6a9a1ce2f..984019b2315c 100644 --- a/content/docs/reference/cli/pulumi_new.md +++ b/content/docs/reference/cli/pulumi_new.md @@ -49,6 +49,6 @@ pulumi new [template|url] [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_plugin.md b/content/docs/reference/cli/pulumi_plugin.md index 0537e3a639a3..1490df7047bb 100644 --- a/content/docs/reference/cli/pulumi_plugin.md +++ b/content/docs/reference/cli/pulumi_plugin.md @@ -46,9 +46,9 @@ The plugin family of commands provides a way of explicitly managing plugins. ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line -* [pulumi plugin install](/reference/cli/pulumi_plugin_install/) - Install one or more plugins -* [pulumi plugin ls](/reference/cli/pulumi_plugin_ls/) - List plugins -* [pulumi plugin rm](/reference/cli/pulumi_plugin_rm/) - Remove one or more plugins from the download cache +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line +* [pulumi plugin install](/docs/reference/cli/pulumi_plugin_install/) - Install one or more plugins +* [pulumi plugin ls](/docs/reference/cli/pulumi_plugin_ls/) - List plugins +* [pulumi plugin rm](/docs/reference/cli/pulumi_plugin_rm/) - Remove one or more plugins from the download cache ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_plugin_install.md b/content/docs/reference/cli/pulumi_plugin_install.md index bcc60bdb27ac..80b17a8d8156 100644 --- a/content/docs/reference/cli/pulumi_plugin_install.md +++ b/content/docs/reference/cli/pulumi_plugin_install.md @@ -51,6 +51,6 @@ pulumi plugin install [KIND NAME VERSION] [flags] ### SEE ALSO -* [pulumi plugin](/reference/cli/pulumi_plugin/) - Manage language and resource provider plugins +* [pulumi plugin](/docs/reference/cli/pulumi_plugin/) - Manage language and resource provider plugins ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_plugin_ls.md b/content/docs/reference/cli/pulumi_plugin_ls.md index a9a0d7b00f7b..e9ba296cd619 100644 --- a/content/docs/reference/cli/pulumi_plugin_ls.md +++ b/content/docs/reference/cli/pulumi_plugin_ls.md @@ -41,6 +41,6 @@ pulumi plugin ls [flags] ### SEE ALSO -* [pulumi plugin](/reference/cli/pulumi_plugin/) - Manage language and resource provider plugins +* [pulumi plugin](/docs/reference/cli/pulumi_plugin/) - Manage language and resource provider plugins ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_plugin_rm.md b/content/docs/reference/cli/pulumi_plugin_rm.md index e64bc682e7c0..ab774fddedff 100644 --- a/content/docs/reference/cli/pulumi_plugin_rm.md +++ b/content/docs/reference/cli/pulumi_plugin_rm.md @@ -50,6 +50,6 @@ pulumi plugin rm [KIND [NAME [VERSION]]] [flags] ### SEE ALSO -* [pulumi plugin](/reference/cli/pulumi_plugin/) - Manage language and resource provider plugins +* [pulumi plugin](/docs/reference/cli/pulumi_plugin/) - Manage language and resource provider plugins ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_preview.md b/content/docs/reference/cli/pulumi_preview.md index 09733a3ad623..91776bff2638 100644 --- a/content/docs/reference/cli/pulumi_preview.md +++ b/content/docs/reference/cli/pulumi_preview.md @@ -62,6 +62,6 @@ pulumi preview [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_refresh.md b/content/docs/reference/cli/pulumi_refresh.md index 4e25edefa41b..8a7beb0073fb 100644 --- a/content/docs/reference/cli/pulumi_refresh.md +++ b/content/docs/reference/cli/pulumi_refresh.md @@ -60,6 +60,6 @@ pulumi refresh [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack.md b/content/docs/reference/cli/pulumi_stack.md index d33b4f9c5529..7005cf28c12f 100644 --- a/content/docs/reference/cli/pulumi_stack.md +++ b/content/docs/reference/cli/pulumi_stack.md @@ -48,16 +48,16 @@ pulumi stack [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line -* [pulumi stack export](/reference/cli/pulumi_stack_export/) - Export a stack's deployment to standard out -* [pulumi stack graph](/reference/cli/pulumi_stack_graph/) - Export a stack's dependency graph to a file -* [pulumi stack import](/reference/cli/pulumi_stack_import/) - Import a deployment from standard in into an existing stack -* [pulumi stack init](/reference/cli/pulumi_stack_init/) - Create an empty stack with the given name, ready for updates -* [pulumi stack ls](/reference/cli/pulumi_stack_ls/) - List all known stacks -* [pulumi stack output](/reference/cli/pulumi_stack_output/) - Show a stack's output properties -* [pulumi stack rename](/reference/cli/pulumi_stack_rename/) - Rename an existing stack -* [pulumi stack rm](/reference/cli/pulumi_stack_rm/) - Remove a stack and its configuration -* [pulumi stack select](/reference/cli/pulumi_stack_select/) - Switch the current workspace to the given stack -* [pulumi stack tag](/reference/cli/pulumi_stack_tag/) - Manage stack tags +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line +* [pulumi stack export](/docs/reference/cli/pulumi_stack_export/) - Export a stack's deployment to standard out +* [pulumi stack graph](/docs/reference/cli/pulumi_stack_graph/) - Export a stack's dependency graph to a file +* [pulumi stack import](/docs/reference/cli/pulumi_stack_import/) - Import a deployment from standard in into an existing stack +* [pulumi stack init](/docs/reference/cli/pulumi_stack_init/) - Create an empty stack with the given name, ready for updates +* [pulumi stack ls](/docs/reference/cli/pulumi_stack_ls/) - List all known stacks +* [pulumi stack output](/docs/reference/cli/pulumi_stack_output/) - Show a stack's output properties +* [pulumi stack rename](/docs/reference/cli/pulumi_stack_rename/) - Rename an existing stack +* [pulumi stack rm](/docs/reference/cli/pulumi_stack_rm/) - Remove a stack and its configuration +* [pulumi stack select](/docs/reference/cli/pulumi_stack_select/) - Switch the current workspace to the given stack +* [pulumi stack tag](/docs/reference/cli/pulumi_stack_tag/) - Manage stack tags ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_export.md b/content/docs/reference/cli/pulumi_stack_export.md index dfdc1a35fe2c..1a41f8fa1fbf 100644 --- a/content/docs/reference/cli/pulumi_stack_export.md +++ b/content/docs/reference/cli/pulumi_stack_export.md @@ -49,6 +49,6 @@ pulumi stack export [flags] ### SEE ALSO -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_graph.md b/content/docs/reference/cli/pulumi_stack_graph.md index eb57a8a33b5e..5e3355b2e14c 100644 --- a/content/docs/reference/cli/pulumi_stack_graph.md +++ b/content/docs/reference/cli/pulumi_stack_graph.md @@ -51,6 +51,6 @@ pulumi stack graph [flags] ### SEE ALSO -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_import.md b/content/docs/reference/cli/pulumi_stack_import.md index dfc9471b3400..29fe41876b4e 100644 --- a/content/docs/reference/cli/pulumi_stack_import.md +++ b/content/docs/reference/cli/pulumi_stack_import.md @@ -50,6 +50,6 @@ pulumi stack import [flags] ### SEE ALSO -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_init.md b/content/docs/reference/cli/pulumi_stack_init.md index 09748ddd33ea..3dce20727521 100644 --- a/content/docs/reference/cli/pulumi_stack_init.md +++ b/content/docs/reference/cli/pulumi_stack_init.md @@ -50,6 +50,6 @@ pulumi stack init [/] [flags] ### SEE ALSO -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_ls.md b/content/docs/reference/cli/pulumi_stack_ls.md index 65e37cbb3640..0e9fcead5ae4 100644 --- a/content/docs/reference/cli/pulumi_stack_ls.md +++ b/content/docs/reference/cli/pulumi_stack_ls.md @@ -45,6 +45,6 @@ pulumi stack ls [flags] ### SEE ALSO -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_output.md b/content/docs/reference/cli/pulumi_stack_output.md index 7d2e1f6633b2..793df98dadc8 100644 --- a/content/docs/reference/cli/pulumi_stack_output.md +++ b/content/docs/reference/cli/pulumi_stack_output.md @@ -47,6 +47,6 @@ pulumi stack output [property-name] [flags] ### SEE ALSO -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_rename.md b/content/docs/reference/cli/pulumi_stack_rename.md index e10291f86d7b..d13fd9b12634 100644 --- a/content/docs/reference/cli/pulumi_stack_rename.md +++ b/content/docs/reference/cli/pulumi_stack_rename.md @@ -48,6 +48,6 @@ pulumi stack rename [flags] ### SEE ALSO -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_rm.md b/content/docs/reference/cli/pulumi_stack_rm.md index 7ec76d6235bc..654a62be1f9a 100644 --- a/content/docs/reference/cli/pulumi_stack_rm.md +++ b/content/docs/reference/cli/pulumi_stack_rm.md @@ -51,6 +51,6 @@ pulumi stack rm [] [flags] ### SEE ALSO -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_select.md b/content/docs/reference/cli/pulumi_stack_select.md index 5575306f1561..3940a6f2c9a1 100644 --- a/content/docs/reference/cli/pulumi_stack_select.md +++ b/content/docs/reference/cli/pulumi_stack_select.md @@ -48,6 +48,6 @@ pulumi stack select [] [flags] ### SEE ALSO -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_tag.md b/content/docs/reference/cli/pulumi_stack_tag.md index 991deb3a0f30..a61797c47602 100644 --- a/content/docs/reference/cli/pulumi_stack_tag.md +++ b/content/docs/reference/cli/pulumi_stack_tag.md @@ -45,10 +45,10 @@ is updated. ### SEE ALSO -* [pulumi stack](/reference/cli/pulumi_stack/) - Manage stacks -* [pulumi stack tag get](/reference/cli/pulumi_stack_tag_get/) - Get a single stack tag value -* [pulumi stack tag ls](/reference/cli/pulumi_stack_tag_ls/) - List all stack tags -* [pulumi stack tag rm](/reference/cli/pulumi_stack_tag_rm/) - Remove a stack tag -* [pulumi stack tag set](/reference/cli/pulumi_stack_tag_set/) - Set a stack tag +* [pulumi stack](/docs/reference/cli/pulumi_stack/) - Manage stacks +* [pulumi stack tag get](/docs/reference/cli/pulumi_stack_tag_get/) - Get a single stack tag value +* [pulumi stack tag ls](/docs/reference/cli/pulumi_stack_tag_ls/) - List all stack tags +* [pulumi stack tag rm](/docs/reference/cli/pulumi_stack_tag_rm/) - Remove a stack tag +* [pulumi stack tag set](/docs/reference/cli/pulumi_stack_tag_set/) - Set a stack tag ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_tag_get.md b/content/docs/reference/cli/pulumi_stack_tag_get.md index 4eddedb86825..083838784250 100644 --- a/content/docs/reference/cli/pulumi_stack_tag_get.md +++ b/content/docs/reference/cli/pulumi_stack_tag_get.md @@ -43,6 +43,6 @@ pulumi stack tag get [flags] ### SEE ALSO -* [pulumi stack tag](/reference/cli/pulumi_stack_tag/) - Manage stack tags +* [pulumi stack tag](/docs/reference/cli/pulumi_stack_tag/) - Manage stack tags ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_tag_ls.md b/content/docs/reference/cli/pulumi_stack_tag_ls.md index e075149477e1..ad52fe5cad55 100644 --- a/content/docs/reference/cli/pulumi_stack_tag_ls.md +++ b/content/docs/reference/cli/pulumi_stack_tag_ls.md @@ -44,6 +44,6 @@ pulumi stack tag ls [flags] ### SEE ALSO -* [pulumi stack tag](/reference/cli/pulumi_stack_tag/) - Manage stack tags +* [pulumi stack tag](/docs/reference/cli/pulumi_stack_tag/) - Manage stack tags ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_tag_rm.md b/content/docs/reference/cli/pulumi_stack_tag_rm.md index 5a6455520f0f..1235966685a9 100644 --- a/content/docs/reference/cli/pulumi_stack_tag_rm.md +++ b/content/docs/reference/cli/pulumi_stack_tag_rm.md @@ -43,6 +43,6 @@ pulumi stack tag rm [flags] ### SEE ALSO -* [pulumi stack tag](/reference/cli/pulumi_stack_tag/) - Manage stack tags +* [pulumi stack tag](/docs/reference/cli/pulumi_stack_tag/) - Manage stack tags ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_stack_tag_set.md b/content/docs/reference/cli/pulumi_stack_tag_set.md index b97032fbd12f..51f7eefe02af 100644 --- a/content/docs/reference/cli/pulumi_stack_tag_set.md +++ b/content/docs/reference/cli/pulumi_stack_tag_set.md @@ -43,6 +43,6 @@ pulumi stack tag set [flags] ### SEE ALSO -* [pulumi stack tag](/reference/cli/pulumi_stack_tag/) - Manage stack tags +* [pulumi stack tag](/docs/reference/cli/pulumi_stack_tag/) - Manage stack tags ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_state.md b/content/docs/reference/cli/pulumi_state.md index 8d3b47e7c150..7475097fcdc0 100644 --- a/content/docs/reference/cli/pulumi_state.md +++ b/content/docs/reference/cli/pulumi_state.md @@ -38,8 +38,8 @@ troubleshooting a stack or when performing specific edits that otherwise would r ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line -* [pulumi state delete](/reference/cli/pulumi_state_delete/) - Deletes a resource from a stack's state -* [pulumi state unprotect](/reference/cli/pulumi_state_unprotect/) - Unprotect resources in a stack's state +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line +* [pulumi state delete](/docs/reference/cli/pulumi_state_delete/) - Deletes a resource from a stack's state +* [pulumi state unprotect](/docs/reference/cli/pulumi_state_unprotect/) - Unprotect resources in a stack's state ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_state_delete.md b/content/docs/reference/cli/pulumi_state_delete.md index 8fa33524f4c7..ad5a18573011 100644 --- a/content/docs/reference/cli/pulumi_state_delete.md +++ b/content/docs/reference/cli/pulumi_state_delete.md @@ -53,6 +53,6 @@ pulumi state delete [flags] ### SEE ALSO -* [pulumi state](/reference/cli/pulumi_state/) - Edit the current stack's state +* [pulumi state](/docs/reference/cli/pulumi_state/) - Edit the current stack's state ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_state_unprotect.md b/content/docs/reference/cli/pulumi_state_unprotect.md index f87f92ba56ee..78cbe84045ab 100644 --- a/content/docs/reference/cli/pulumi_state_unprotect.md +++ b/content/docs/reference/cli/pulumi_state_unprotect.md @@ -43,6 +43,6 @@ pulumi state unprotect [flags] ### SEE ALSO -* [pulumi state](/reference/cli/pulumi_state/) - Edit the current stack's state +* [pulumi state](/docs/reference/cli/pulumi_state/) - Edit the current stack's state ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_up.md b/content/docs/reference/cli/pulumi_up.md index de3d4ce2ae76..cb7b26e2bdaa 100644 --- a/content/docs/reference/cli/pulumi_up.md +++ b/content/docs/reference/cli/pulumi_up.md @@ -66,6 +66,6 @@ pulumi up [template|url] [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_version.md b/content/docs/reference/cli/pulumi_version.md index e5f5ad649728..b8ea64ac4f34 100644 --- a/content/docs/reference/cli/pulumi_version.md +++ b/content/docs/reference/cli/pulumi_version.md @@ -39,6 +39,6 @@ pulumi version [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/content/docs/reference/cli/pulumi_whoami.md b/content/docs/reference/cli/pulumi_whoami.md index e015f5480b3e..d1d2ecdd0c95 100644 --- a/content/docs/reference/cli/pulumi_whoami.md +++ b/content/docs/reference/cli/pulumi_whoami.md @@ -41,6 +41,6 @@ pulumi whoami [flags] ### SEE ALSO -* [pulumi](/reference/cli/pulumi/) - Pulumi command line +* [pulumi](/docs/reference/cli/pulumi/) - Pulumi command line ###### Auto generated by spf13/cobra on 7-Jun-2019 diff --git a/layouts/docs/aws-list.html b/layouts/docs/aws-list.html index fd1229783c4c..5e117adba711 100644 --- a/layouts/docs/aws-list.html +++ b/layouts/docs/aws-list.html @@ -69,24 +69,24 @@

Coding and deploying apps for AWS with Pulumi