o

dynamics.cli

CommandLine

object CommandLine

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandLine
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CliHelpers(op: OptionParser[AppConfig]) extends Product with Serializable

    Instantiate then import the functions to use in your CLI definition.

  2. type OptionProvider[T] = (OptionParser[T]) ⇒ Unit

Value Members

  1. def actions(op: OptionParser[AppConfig]): Unit
  2. def addAllOptions(op: OptionParser[AppConfig], addme: Seq[(OptionParser[AppConfig]) ⇒ Unit] = stdOps): Unit

    Add scopt head, help and a list of options, which by default is all base commands.

  3. def applications(op: OptionParser[AppConfig]): Unit
  4. def common(op: OptionParser[AppConfig]): Unit
  5. def deduplication(op: OptionParser[AppConfig]): Unit
  6. def entity(op: OptionParser[AppConfig]): Unit
  7. def etl(op: OptionParser[AppConfig]): Unit
  8. def importdata(op: OptionParser[AppConfig]): Unit
  9. def importmaps(op: OptionParser[AppConfig]): Unit
  10. def metadata(op: OptionParser[AppConfig]): Unit
  11. def mkParser(name: String = "dynamics"): OptionParser[AppConfig]
  12. def optionsets(op: OptionParser[AppConfig]): Unit
  13. def plugins(op: OptionParser[AppConfig]): Unit
  14. def publishers(op: OptionParser[AppConfig]): Unit
  15. def readConnectionInfo(filesInPrecedenceOrder: Seq[String], passwordEnvVar: Option[String]): Either[String, ConnectionInfo]

    Read the connection information or exit the application.

  16. def readConnectionInfo(file: String, passwordEnvVar: Option[String]): Either[String, ConnectionInfo]

    Read connection info from file in json format.

    Read connection info from file in json format. If there is an error, cannot read the file or if there is no password in the config file or the enviroment variable passwordEnvVar, return an error string in Left otherwise return ConnectionInfo in Right.

  17. def readDynamicsConnectionInfoOrExit(file: Option[String] = None): ConnectionInfo

    Read the connection information or exit the application.

    Read the connection information or exit the application. Uses file, then DYNAMICS_CRMCONFIG then the default config file in sequence to find the file.

  18. def sdkmessages(op: OptionParser[AppConfig]): Unit
  19. def settings(op: OptionParser[AppConfig]): Unit
  20. def solutions(op: OptionParser[AppConfig]): Unit
  21. val stdOps: Seq[(OptionParser[AppConfig]) ⇒ Unit]

    All base options.

  22. def systemjobs(op: OptionParser[AppConfig]): Unit
  23. def test(op: OptionParser[AppConfig]): Unit
  24. def themes(op: OptionParser[AppConfig]): Unit
  25. def token(op: OptionParser[AppConfig]): Unit
  26. def update(op: OptionParser[AppConfig]): Unit
  27. def users(op: OptionParser[AppConfig]): Unit
  28. def webresources(op: OptionParser[AppConfig]): Unit
  29. def whoami(op: OptionParser[AppConfig]): Unit
  30. def withCmd(ac: AppConfig, command: String): AppConfig
  31. def withSub(ac: AppConfig, subcommand: String): AppConfig
  32. def workflows(op: OptionParser[AppConfig]): Unit