Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 680 Bytes

install.md

File metadata and controls

31 lines (20 loc) · 680 Bytes

install command

Use the install command to initialize EnvManager in a directory. Necessary to use the other commands.

$ envm install [options]

Options

--target= or -t

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

--force or -f

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