Skip to content

Commit 5c7298c

Browse files
authored
Remove duplicate template descriptions (#188)
Now that we've released a few versions of the CLI that can fallback to showing the project description when listing templates in a repo, we can delete these redundant descriptions from Pulumi.yaml. Older versions of the CLI will still work -- they'll just show the name of the template without a description when running a command like: ``` pulumi new https://github.com/pulumi/examples ```
1 parent ca7b0b1 commit 5c7298c

File tree

48 files changed

+0
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+0
-48
lines changed

aws-go-s3-folder/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: aws-go-s3-folder
22
runtime: go
33
description: A static website hosted on AWS S3
44
template:
5-
description: A static website hosted on AWS S3
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-js-s3-folder-component/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: aws-js-s3-folder-component
22
runtime: nodejs
33
description: A static website hosted on AWS S3
44
template:
5-
description: A static website hosted on AWS S3
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-js-s3-folder/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: aws-js-s3-folder
22
runtime: nodejs
33
description: A static website hosted on AWS S3
44
template:
5-
description: A static website hosted on AWS S3
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-js-sqs-slack/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: aws-js-sqs-slack
22
description: Post to Slack for each SQS message!
33
runtime: nodejs
44
template:
5-
description: Post to Slack for each SQS message!
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-js-webserver-component/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: webserver
22
runtime: nodejs
33
description: Basic example of an AWS web server accessible over HTTP
44
template:
5-
description: Basic example of an AWS web server accessible over HTTP
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-js-webserver/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: webserver
22
runtime: nodejs
33
description: Basic example of an AWS web server accessible over HTTP
44
template:
5-
description: Basic example of an AWS web server accessible over HTTP
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-py-stepfunctions/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: stepfunctions-py
22
description: Basic example of AWS Step Functions in Python
33
runtime: python
44
template:
5-
description: Basic example of AWS Step Functions in Python
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-py-webserver/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: webserver-py
22
runtime: python
33
description: Basic example of an AWS web server accessible over HTTP (in Python!)
44
template:
5-
description: Basic example of an AWS web server accessible over HTTP (in Python!)
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-ts-airflow/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: airflow
22
runtime: nodejs
33
description: AWS RDS and Airflow example
44
template:
5-
description: AWS RDS and Airflow example
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-ts-apigateway/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: aws-ts-apigateway
22
runtime: nodejs
33
description: Basic example of using AWS API Gateway
44
template:
5-
description: Basic example of using AWS API Gateway
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-ts-eks/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: aws-ts-eks
22
description: EKS cluster example
33
runtime: nodejs
44
template:
5-
description: EKS cluster example
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-ts-resources/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: aws-ts-resources
22
description: A Pulumi program that demonstrates creating various AWS resources
33
runtime: nodejs
44
template:
5-
description: A Pulumi program that demonstrates creating various AWS resources
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-ts-ruby-on-rails/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: rails
22
runtime: nodejs
33
description: A Ruby on Rails stack using a single EC2 instance with a local MySQL database for storage
44
template:
5-
description: A Ruby on Rails stack using a single EC2 instance with a local MySQL database for storage
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-ts-serverless-raw/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: serverless
22
runtime: nodejs
33
description: Basic example of a serverless AWS application
44
template:
5-
description: Basic example of a serverless AWS application
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-ts-static-website/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: static-website
22
description: Static website example
33
runtime: nodejs
44
template:
5-
description: Static website example
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-ts-stepfunctions/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: stepfunctions
22
description: Basic example of AWS Step Functions
33
runtime: nodejs
44
template:
5-
description: Basic example of AWS Step Functions
65
config:
76
aws:region:
87
description: The AWS region to deploy into

aws-ts-twitter-athena/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: aws-ts-twitter-athena
22
description: Analyze tweets in AWS Athena
33
runtime: nodejs
44
template:
5-
description: Analyze tweets in AWS Athena
65
config:
76
aws:region:
87
description: The AWS region to deploy into

azure-js-webserver/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: webserver-azure
22
runtime: nodejs
33
description: Basic example of an Azure web server accessible over HTTP
44
template:
5-
description: Basic example of an Azure web server accessible over HTTP
65
config:
76
azure:environment:
87
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`)

azure-ts-aks-helm/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: azure-ts-aks-helm
22
runtime: nodejs
33
description: Create an Azure Kubernetes Service (AKS) cluster and deploy a Helm Chart into it
44
template:
5-
description: Create an Azure Kubernetes Service (AKS) cluster and deploy a Helm Chart into it
65
config:
76
azure:environment:
87
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`)

azure-ts-aks-mean/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: azure-mean
22
description: A simple Deployment running nginx, exposed to the Internet with a Service
33
runtime: nodejs
44
template:
5-
description: A simple Deployment running nginx, exposed to the Internet with a Service
65
config:
76
azure:environment:
87
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`)

azure-ts-appservice/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: azure-appservice
22
runtime: nodejs
33
description: Creates Azure App Service with SQL Database and Application Insights
44
template:
5-
description: Creates Azure App Service with SQL Database and Application Insights
65
config:
76
azure:environment:
87
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`)

azure-ts-functions/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: azure-functions
22
runtime: nodejs
33
description: Azure Functions example
44
template:
5-
description: Azure Functions example
65
config:
76
azure:environment:
87
description: The Azure environment to use (`public`, `usgovernment`, `german`, `china`)

cloud-js-api/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: cloud-js-httpendpoint
22
description: A simple HTTP endpoint that returns the number of times a route has been hit
33
runtime: nodejs
44
template:
5-
description: A simple HTTP endpoint that returns the number of times a route has been hit
65
config:
76
aws:region:
87
description: The AWS region to deploy into

cloud-js-containers/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: container-quickstart
22
description: NGINX container example
33
runtime: nodejs
44
template:
5-
description: NGINX container example
65
config:
76
aws:region:
87
description: The AWS region to deploy into

cloud-js-httpserver/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: cloud-js-httpserver
22
description: A simple HTTP server that returns the number of times a route has been hit
33
runtime: nodejs
44
template:
5-
description: A simple HTTP server that returns the number of times a route has been hit
65
config:
76
cloud:provider:
87
description: The cloud provider to use

cloud-js-thumbnailer-machine-learning/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: video-thumbnailer-rekognition
22
runtime: nodejs
33
description: A video thumbnail extractor using serverless functions, containers, and AWS Rekognition
44
template:
5-
description: A video thumbnail extractor using serverless functions, containers, and AWS Rekognition
65
config:
76
aws:region:
87
description: The AWS region to deploy into

cloud-js-thumbnailer/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: video-thumbnailer
22
runtime: nodejs
33
description: A video thumbnail extractor using serverless functions and containers
44
template:
5-
description: A video thumbnail extractor using serverless functions and containers
65
config:
76
aws:region:
87
description: The AWS region to deploy into

cloud-js-twitter-athena/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: aws-serverless-js-twitter
22
description: Analyze tweets in AWS Athena
33
runtime: nodejs
44
template:
5-
description: Analyze tweets in AWS Athena
65
config:
76
aws:region:
87
description: The AWS region to deploy into

cloud-ts-url-shortener-cache-http/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: url-shortener-cache-http
22
runtime: nodejs
33
description: URL shortener with cache and HttpServer
44
template:
5-
description: URL shortener with cache and HttpServer
65
config:
76
aws:region:
87
description: The AWS region to deploy into

cloud-ts-url-shortener-cache/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: url-shortener-cache
22
runtime: nodejs
33
description: URL shortener with cache
44
template:
5-
description: URL shortener with cache
65
config:
76
aws:region:
87
description: The AWS region to deploy into

cloud-ts-url-shortener/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: url-shortener
22
runtime: nodejs
33
description: URL shortener sample
44
template:
5-
description: URL shortener sample
65
config:
76
aws:region:
87
description: The AWS region to deploy into

cloud-ts-voting-app/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: voting-app
22
runtime: nodejs
33
description: Voting app that uses containers
44
template:
5-
description: Voting app that uses containers
65
config:
76
aws:region:
87
description: The AWS region to deploy into

gcp-js-webserver/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: webserver-gcp
22
runtime: nodejs
33
description: Basic example of an Google Cloud web server accessible over HTTP
44
template:
5-
description: Basic example of an Google Cloud web server accessible over HTTP
65
config:
76
gcp:project:
87
description: The Google Cloud project to deploy into

gcp-ts-functions/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: gcp-functions
22
runtime: nodejs
33
description: GCP Functions example
44
template:
5-
description: GCP Functions example
65
config:
76
gcp:project:
87
description: The Google Cloud project to deploy into

gcp-ts-gke/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: gcp-ts-gke
22
description: A Google Kubernetes Engine (GKE) cluster, with canary deployment
33
runtime: nodejs
44
template:
5-
description: A Google Kubernetes Engine (GKE) cluster, with canary deployment
65
config:
76
gcp:project:
87
description: The Google Cloud project to deploy into

gcp-ts-k8s-ruby-on-rails-postgresql/infra/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: gcp-rails
22
runtime: nodejs
33
description: A containerized Ruby on Rails app using managed Kubernetes and PostgreSQL
44
template:
5-
description: A containerized Ruby on Rails app using managed Kubernetes and PostgreSQL
65
config:
76
gcp:project:
87
description: The Google Cloud project to deploy into

kubernetes-ts-configmap-rollout/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: configmap-rollout
22
description: A Deployment that mounts a ConfigMap; updating the data in the ConfigMap triggers a rollout of the Deployment
33
runtime: nodejs
44
template:
5-
description: A Deployment that mounts a ConfigMap; updating the data in the ConfigMap triggers a rollout of the Deployment
65
config:
76
isMinikube:
87
description: Whether you are deploying to minikube

kubernetes-ts-exposed-deployment/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: exposed-deployment
22
description: A simple Deployment running nginx, exposed to the Internet with a Service
33
runtime: nodejs
44
template:
5-
description: A simple Deployment running nginx, exposed to the Internet with a Service
65
config:
76
isMinikube:
87
description: Whether you are deploying to minikube

kubernetes-ts-guestbook/components/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: guestbook-easy
22
runtime: nodejs
33
description: Kubernetes Guestbook example based on https://kubernetes.io/docs/tutorials/stateless-application/guestbook/
44
template:
5-
description: Kubernetes Guestbook example based on https://kubernetes.io/docs/tutorials/stateless-application/guestbook/
65
config:
76
isMinikube:
87
description: Whether you are deploying to minikube

kubernetes-ts-guestbook/simple/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: guestbook
22
runtime: nodejs
33
description: Kubernetes Guestbook example based on https://kubernetes.io/docs/tutorials/stateless-application/guestbook/
44
template:
5-
description: Kubernetes Guestbook example based on https://kubernetes.io/docs/tutorials/stateless-application/guestbook/
65
config:
76
isMinikube:
87
description: Whether you are deploying to minikube

kubernetes-ts-helm-wordpress/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name: wordpress
22
description: A minimal installation of the latest version of the Wordpress Helm chart
33
runtime: nodejs
44
template:
5-
description: A minimal installation of the latest version of the Wordpress Helm chart

kubernetes-ts-jenkins/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: kubernetes-ts-jenkins
22
description: Jenkins deployment on Kubernetes
33
runtime: nodejs
44
template:
5-
description: Jenkins deployment on Kubernetes
65
config:
76
username:
87
description: Your desired username for the Jenkins instance

kubernetes-ts-nginx/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ name: k8s-nginx
22
runtime: nodejs
33
description: Example of a Kubernetes Stateless Application Deployment, using Nginx
44
template:
5-
description: Example of a Kubernetes Stateless Application Deployment, using Nginx
65

kubernetes-ts-s3-rollout/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name: data-from-s3
22
description: A simple Deployment obtaining data from S3
33
runtime: nodejs
44
template:
5-
description: A simple Deployment obtaining data from S3

kubernetes-ts-sock-shop/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name: sock-shop
22
runtime: nodejs
33
description: The standard Weaveworks Sock Shop demo based on https://github.com/microservices-demo/microservices-demo
44
template:
5-
description: The standard Weaveworks Sock Shop demo based on https://github.com/microservices-demo/microservices-demo

kubernetes-ts-staged-rollout-with-prometheus/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ name: staged-rollout
22
description: Staged application rollout gated by Prometheus checks
33
runtime: nodejs
44
template:
5-
description: Staged application rollout gated by Prometheus checks

multicloud-ts-buckets/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: multicloud-ts-buckets
22
runtime: nodejs
33
description: Example showing a single program deploying to both AWS and GCP
44
template:
5-
description: Example showing a single program deploying to both AWS and GCP
65
config:
76
aws:region:
87
description: The AWS region in which to perform operations

twilio-ts-component/Pulumi.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: twilio-ts-component
22
description: A small example that builds a Pulumi component for Twilio Programable SMS
33
runtime: nodejs
44
template:
5-
description: A small example that builds a Pulumi component for Twilio Programable SMS
65
config:
76
aws:region:
87
description: The AWS region to deploy into

0 commit comments

Comments
 (0)