From 364c7ca09a4b57837c5967871d64a2c31adb8c0d Mon Sep 17 00:00:00 2001 From: David Shefcik Date: Tue, 26 Jul 2022 15:56:49 -0500 Subject: [PATCH] Add outputs to README (#13) * Add outputs to README * Update README.md Co-authored-by: Daniel Walsh --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 820542f..5327259 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,11 @@ The branch name is used by Cloudflare Pages to determine if the deployment is pr [git branch build controls](https://developers.cloudflare.com/pages/platform/branch-build-controls/#branch-build-controls). If you are in a Git workspace, Wrangler will automatically pull the branch information for you. You can override this -manually by adding the argument `branch: YOUR_BRANCH_NAME`. \ No newline at end of file +manually by adding the argument `branch: YOUR_BRANCH_NAME`. + +## Outputs +| Name | Description | +| ------------- | -------------------------------------| +| `id` | The ID of the pages deployment | +| `url` | The URL of the pages deployment | +| `environment` | The environment that was deployed to |