Skip to content

Issue with special characters #203

Open
@pballada

Description

@pballada

Even seems to save it correctly, I'm having issues accessing later to the variable stored, some characters are missing when I retrieve it.

Let's say I want to save Rick'"$@Morty

I execute:
envman add --key MY_TEST_ENV_KEY --value 'Rick'\''"$@Morty'

Doing envman print I get correctly:
MY_TEST_ENV_KEY: Rick'"$@Morty

While doing:
envman run bash -c 'echo "$MY_TEST_ENV_KEY"'

I do get:
Rick'"Morty

So $ and @ got missing.

What I'm doing wrong?

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