Functions-samples: firebase functions:config:set myproject.myvar="Hello Message!@My Server"

Created on 1 Mar 2019  路  1Comment  路  Source: firebase/functions-samples

Hello,

i'm trying de set myproject.myvar as below :

firebase functions:config:set myproject.myvar="Hello Message!@My Server"

but i'm getting error :

bash: !@My Server : event not found

it seems like it don't accept the "!" caractere

Any help ?

Most helpful comment

The exclamation mark is used for history expansion in bash, you'll need to escape it with a backslash: firebase functions:config:set myproject.myvar="Hello Message\!@my Server"

>All comments

The exclamation mark is used for history expansion in bash, you'll need to escape it with a backslash: firebase functions:config:set myproject.myvar="Hello Message\!@my Server"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

inglesuniversal picture inglesuniversal  路  5Comments

palimad picture palimad  路  3Comments

tsaarikivi picture tsaarikivi  路  4Comments

beratuslu picture beratuslu  路  4Comments

motss picture motss  路  4Comments