Git Product home page Git Product logo

Comments (7)

maidul98 avatar maidul98 commented on May 21, 2024 2

Good news, shell parameter expansion is now supported. It is on by default but you can turn it off with --expand=false on the run command. This is noted in the documentation here https://infisical.com/docs/cli/reference/run

Don't forget to update your CLI first! Let me know if things are working for you.

from infisical.

maidul98 avatar maidul98 commented on May 21, 2024 1

Oh i see, you would like to also reference environment variables created earlier. I'll let you know once we pick this task up.

from infisical.

maidul98 avatar maidul98 commented on May 21, 2024

Are you adding your secrets via the UI or using our old NodeJS CLI?

from infisical.

abdalem avatar abdalem commented on May 21, 2024

I tried with both and in the UI we cannot reorder (except A->Z - Z->A).

I am trying with the new CLI now, since i could not use it because of the email regex, that you have fixed.

from infisical.

maidul98 avatar maidul98 commented on May 21, 2024

Ah i see, so you would like the ability to order your secrets and have them injected in that order?

from infisical.

abdalem avatar abdalem commented on May 21, 2024

Yes exactly because I have some envs that depends on each other, example:

BASE_DOMAIN=something.localhost
SERVICE1_DOMAIN=s1.${BASE_DOMAIN}
SERVICE2_DOMAIN=s2.${BASE_DOMAIN}

from infisical.

abdalem avatar abdalem commented on May 21, 2024

Excellent ! It is working.

from infisical.

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.