diff --git a/packages/pulumi/executors.json b/packages/pulumi/executors.json index bf4467ee..97b88023 100644 --- a/packages/pulumi/executors.json +++ b/packages/pulumi/executors.json @@ -21,6 +21,11 @@ "implementation": "./src/executors/preview/preview.impl", "schema": "./src/executors/preview/schema.json", "description": "preview executor" + }, + "refresh": { + "implementation": "./src/executors/refresh/refresh.impl", + "schema": "./src/executors/refresh/schema.json", + "description": "refresh executor" } } }