Use the install
command to initialize EnvManager in a directory. Necessary to use the other commands.
$ envm install [options]
Sets the path of the target properties file (target
). If not specified, EnvManager will prompt for it during installation.
$ envm install --target=environment.properties
or
$ envm install -t environment.properties
Forces the installation of EnvManager, even if a configuration file is already present in the directory. This option is useful for solving installation issues.
$ envm install --force