Skip to main content

Messages

Command

transientmessage

Parameters

NameDescriptionShort optionLong option
UrlThe full URI to Dime.Scheduler, e.g. https://www.mydimescheduler.io-u--URI
UserThe e-mail address of the forms account-c--user
PasswordThe password of the forms account-p--password
TextThe name of the pin-m--message
SeverityThe severity of the message.-s--severity
UserThe user to publish the message to-a--to

The severity value corresponds to an enum that accepts either value:

  • Verbose, or 0
  • Debug, or 1
  • Info, or 2
  • Warning, or 3
  • Error, or 4
  • Fatal, or 5

Example

dimescheduler transientMessage
-u https://mydimescheduler.io
-c myadministrator@mydimescheduler.com
-p mystrongpassword
-m Hello world
-s Info
-a Admin