24 lines
439 B
Markdown
24 lines
439 B
Markdown
# Supported tags
|
|
|
|
- latest
|
|
- 0.3
|
|
|
|
# vnetod
|
|
|
|
Dotenv state switcher
|
|
|
|
# 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
|
|
|
|
See [COPYING] to see the full text.
|
|
|
|
[COPYING]: https://git.pleshevski.ru/pleshevskiy/vnetod/src/branch/main/COPYING
|