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. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def actions(op: OptionParser[AppConfig]): Unit
  5. 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.

  6. def applications(op: OptionParser[AppConfig]): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. def common(op: OptionParser[AppConfig]): Unit
  10. def deduplication(op: OptionParser[AppConfig]): Unit
  11. def entity(op: OptionParser[AppConfig]): Unit
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def etl(op: OptionParser[AppConfig]): Unit
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def importdata(op: OptionParser[AppConfig]): Unit
  19. def importmaps(op: OptionParser[AppConfig]): Unit
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def metadata(op: OptionParser[AppConfig]): Unit
  22. def mkParser(name: String = "dynamics"): OptionParser[AppConfig]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def optionsets(op: OptionParser[AppConfig]): Unit
  27. def plugins(op: OptionParser[AppConfig]): Unit
  28. def publishers(op: OptionParser[AppConfig]): Unit
  29. def readConnectionInfo(filesInPrecedenceOrder: Seq[String], passwordEnvVar: Option[String]): Either[String, ConnectionInfo]

    Read the connection information or exit the application.

  30. 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.

  31. 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.

  32. def sdkmessages(op: OptionParser[AppConfig]): Unit
  33. def settings(op: OptionParser[AppConfig]): Unit
  34. def solutions(op: OptionParser[AppConfig]): Unit
  35. val stdOps: Seq[(OptionParser[AppConfig]) ⇒ Unit]

    All base options.

  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def systemjobs(op: OptionParser[AppConfig]): Unit
  38. def test(op: OptionParser[AppConfig]): Unit
  39. def themes(op: OptionParser[AppConfig]): Unit
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def token(op: OptionParser[AppConfig]): Unit
  42. def update(op: OptionParser[AppConfig]): Unit
  43. def users(op: OptionParser[AppConfig]): Unit
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  47. def webresources(op: OptionParser[AppConfig]): Unit
  48. def whoami(op: OptionParser[AppConfig]): Unit
  49. def withCmd(ac: AppConfig, command: String): AppConfig
  50. def withSub(ac: AppConfig, subcommand: String): AppConfig
  51. def workflows(op: OptionParser[AppConfig]): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped