It's the central point of EnvManager, allowing access to all other available commands.
$ envm [options] <command> [command arguments]
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>
Shows the current version of EnvManager.
$ envm --version
Displays the configuration file information of EnvManager.
$ envm --show-config