Coder Social home page Coder Social logo

"local" command broken about bref HOT 5 CLOSED

brefphp avatar brefphp commented on June 23, 2024
"local" command broken

from bref.

Comments (5)

mnapoli avatar mnapoli commented on June 23, 2024 1

Oh right! I need to add tests for this.

I'm working on that today.

from bref.

mnapoli avatar mnapoli commented on June 23, 2024 1

We could add more behavior.

However for environment variables I think it might be better to use something like .env (DotEnv) files when running locally. That will avoid reinventing the wheel.

But also the more I think about it, the more I think it doesn't make a lot of sense to run the lambda in .bref/output. After all the dev environment is setup correctly, we could simply run the lambda in the project directory, that would also be similar to CLI and HTTP invocations:

  • HTTP: run using php -S 127.0.0.1 bref.php
  • CLI: run using php bref.php <arguments>
  • direct invocation: run using ?

And that way the dev environment is always the same, no need to be locked-in Bref specific stuff.

I have an idea, I'll open a pull request to discuss that.

from bref.

mnapoli avatar mnapoli commented on June 23, 2024

Please try 0.2.14 and let me know!

from bref.

t-geindre avatar t-geindre commented on June 23, 2024

It works! Thank you for the quick fix.

So you've added an env variable allowing different behaviors according to whether it's defined or not.

Is there plan to add more different behaviors according to this variable?

I'm thinking about loading different serverless.yml for exemple, as the source for my env variables might not be the same in production and local env. And maybe a different .bref.yml as the build might also be different according to the current environment.

from bref.

mnapoli avatar mnapoli commented on June 23, 2024

I've opened #22 with that idea.

from bref.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.