Skip to content

K-V Pair File Support #48

@jenpet

Description

@jenpet

Hey guys, what you think of a possibility to pass key-value pair files (e.g. .env) to robo which will be processed before running a certain task? It would be similar to the functionality of the currently supported envs but a bit more flexible if we can just specific a env file instead of (or additionally to) a set of env vars for task.

Especially when it comes to more complex configurations where the local environment might differ quite heavily between the dev setups / machines it becomes very messy because I currently see only two options:

  • manually setting a list of individual env vars in .bashrc; wherever
  • putting them in the robo.yml file (… and eventually checking them in ☠️ )

Am I missing something regarding robo's functionality or would you consider this a feature we could think about?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions