We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5e5af3 commit 9f0a918Copy full SHA for 9f0a918
2 files changed
graphql/.env.mustache
@@ -20,6 +20,9 @@ STACK_ON_FAILURE=DELETE
20
#STACK_ON_FAILURE=DO_NOTHING
21
DEPLOYMENT_ENV={{ENV_Name}}
22
PROJECT_ID={{PROJECT_Id}}
23
+PROFILE={{ENV_Profile}}
24
+DEPLOYMENT_BUCKET={{ENV_Bucket}}
25
+ACCOUNT_ID={{ENV_AccountId}}
26
DEPLOYMENT_REGION={{ENV_Region}}
27
### TURN OFF FOR PRODUCTION!!
28
### (=YES) FOR DEBUG ONLY
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "simplify-templates",
3
- "version": "0.1.45",
+ "version": "0.1.46",
4
"description": "Simplify graphql-templates for code generation",
5
"main": "index.js",
6
"repository": {
0 commit comments