serverless-export-env icon indicating copy to clipboard operation
serverless-export-env copied to clipboard

env vars are not resolved to there actual value

Open orr-levinger opened this issue 1 year ago • 1 comments

serverless-export-env:2.2.0 node: 18 serverless: 3.24.1

in my serverless.tml in the environments section i have:

environment: APPSYNC_URL: !Sub ${Blindchat${sls:stage}GraphQlApi.GraphQLUrl}

then i run: sls export-env -s dev --all and in the .env file i get: APPSYNC_URL=${BlindchatdevGraphQlApi.GraphQLUrl}

i also have the same in the output section and there i see the actual value

orr-levinger avatar Nov 12 '23 17:11 orr-levinger

Same here.

This is the only issue that is preventing me from using the plugin.

dnl4 avatar Feb 03 '24 13:02 dnl4