MorphirCommand

org.finos.morphir.cli.MorphirCommand

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

final case class Develop(port: Int, host: String, projectDir: Path, openInBrowser: Boolean)
final case class ElmDevelop(port: Int, host: String, projectDir: Path, openInBrowser: Boolean)
final case class ElmInit(morphirHomeDir: Path, projectDir: Path)
final case class ElmMake(projectDir: Path, output: Path, typesOnly: Boolean, fallbackCli: Boolean, indentJson: Boolean)
final case class ElmRestore(elmHome: Path, projectDir: Path)
final case class ElmTest(projectDir: Path)
final case class Setup(morphirHomeDir: Path)
final case class Test(irFiles: List[Path])