Skip to content

Proper documenting of Env attribute for remote API #3622

@parisk

Description

@parisk

Hi,

I think that the Env variable of the remote API needs to be better documented. Basically, while I can set environment variables properly from the cli, I cannot get it working using the remote API.

I user the remote API v1.8 and I have tried sending the env variables in the following formats:

  1. string: "[MY_VAR=MY_VALUE]"
  2. JSON list: [MY_VAR=MY_VALUE]
  3. JSON dict: {"MY_VAR": "MY_VALUE"}

None of these formats seem to work. So what is the formal way of doing that? After this information comes out, I can make a pull request on the documentation, fixing that.

Thanks.

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