From 4f583c160df613d194fe154c8644bd497eaecb12 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 12 Nov 2022 16:59:06 +0300 Subject: [PATCH] doc: update docker readme --- docker/README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docker/README.md b/docker/README.md index d0aba90..a321af4 100644 --- a/docker/README.md +++ b/docker/README.md @@ -3,9 +3,23 @@ - latest - 0.4 -# vnetod +# vnetod* -Dotenv state switcher +* inverted word "dotenv" + +Are you still switching sections in your dotenv file manually? Try this dotenv +section switcher! + +You can create many sections in your `.env` and switch between them. + +Rules: + +- Section name starts on a new line with `###` symbols (Ex. `### local`) +- Section can contain multiple comma-separated names (Ex. + `### local,staging`) +- Each section name may specify a namespace (Ex. `### debug:on,dev:on`). If a + section doesn't contain a namespace, it's a global namespace. +- Section ends if line is empty or contains a new section name. # Usage