rug-ds-lab / sbt-scala-parent

sbt plugin simplifying creating new sbt-based scala projects
MIT License
1 stars 1 forks source link

Environment create/start/stop/remove #34

Closed BrianSetz closed 7 years ago

BrianSetz commented 7 years ago

Commands to create, start, stop and remove the development environment.

Removed version file, replaced with rugds-env.conf which contains (for now)

rugds.environment {
  tag = "1.2.3"
  options = "-e MY_CUSTOM_ENV_VAR=test"
}