Skip to content

← All questions

Docs say null clears a key and undefined is skipped — where does that apply, exactly?

Asked 3,740 views1 answer

The merge rules say objects merge, arrays replace, undefined is skipped and null clears a key. The first two I have hit in practice. The last two I cannot reproduce — putting mask: null in an environment file gives me a schema error, not a cleared key.

Am I using it in the wrong place?

asked by Mina Farouk760 ·

1 answer

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related