Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 665 Bytes

envm.md

File metadata and controls

39 lines (25 loc) · 665 Bytes

envm command

It's the central point of EnvManager, allowing access to all other available commands.

$ envm [options] <command> [command arguments]

Options

--path= or -p

Specifies the project path where EnvManager is or will be installed. The current directory is used by default.

$ envm --path=projects/MyProject <command>

or

$ envm -p projects/MyProject <command>

--version or -v

Shows the current version of EnvManager.

$ envm --version

--show-config or -c

Displays the configuration file information of EnvManager.

$ envm --show-config