2022-08-01 16:28:04 +03:00
|
|
|
# Supported tags
|
|
|
|
|
|
|
|
- latest
|
2022-11-12 16:56:08 +03:00
|
|
|
- 0.4
|
2022-08-01 16:28:04 +03:00
|
|
|
|
2022-11-12 16:59:06 +03:00
|
|
|
# vnetod*
|
2022-08-01 16:28:04 +03:00
|
|
|
|
2022-11-12 16:59:06 +03:00
|
|
|
<small><strong>*</strong> inverted word "dotenv"</small>
|
|
|
|
|
|
|
|
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.
|
2022-08-01 16:28:04 +03:00
|
|
|
|
|
|
|
# Usage
|
|
|
|
|
|
|
|
```sh
|
|
|
|
docker run --rm -it -v $PWD:/data pleshevskiy/vnetod -f .env.example -o .env staging db:local debug:on
|
|
|
|
```
|
|
|
|
|
|
|
|
For more details see [the repo](https://git.pleshevski.ru/pleshevskiy/vnetod)
|
|
|
|
|
|
|
|
# License
|
|
|
|
|
|
|
|
GNU General Public License v3.0 or later
|
|
|
|
|
2022-08-01 16:35:34 +03:00
|
|
|
See [COPYING] to see the full text.
|
2022-08-01 16:28:04 +03:00
|
|
|
|
|
|
|
[COPYING]: https://git.pleshevski.ru/pleshevskiy/vnetod/src/branch/main/COPYING
|