Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 711 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 711 Bytes

ENV printer

Support:

  • file format:
    • json
    • yaml
  • env format:
    • k8s
    • .env

Install:

go get -u github.com/phamvinhdat/mo
Usage:
mo [command]

.env        .env env format
Available Commands:
completion  Generate the autocompletion script for the specified shell
help        Help about any command
k8s         k8s env format

Flags:
-e, --extension string   config file extension, require if file path don't contain extension
-f, --file string        config file. ex: ./config.yaml
-h, --help               help for mo
-p, --prefix string      env's prefix

Use "mo [command] --help" for more information about a command.