Skip to content

can't seem to get plugin working #5

Description

@expertcoder

Hi, I followed instructions as suggested.

When I run

export SLS_DEBUG=* ; sls dotenv

I see this output (truncated), there appears to be no erorrs

...
Serverless: Load command dotenv
Serverless: Invoke dotenv
Serverless: Creating .env file...

No .env file is generated

serverless.yml (truncated)
provider:
  name: aws
  runtime: python3.6
  environment:
    MY_VAR: 'myvalue'
...
...
plugins:
  - '@jimdo/serverless-dotenv'

serverless version 1.30.3

This plugin seems like a great idea, I want to incorporate this with my automated testing.

Thanks.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions