Skip to content

Releases: future-id/mdr-cli

v1.5.2

06 Apr 12:19
b11b3ee

Choose a tag to compare

  • Fix record value cut off at = sign

v1.5.1

06 Apr 12:18
50fdcd2

Choose a tag to compare

  • Added full-domain option to mdr domain record/template (full-domain is domain + tld example.com)
  • Quiet flag on mdr domain record/template will return 0 instead of throw an error if nothing is found
  • Update mdr domain record filter

v1.5.0

19 Jan 14:00
39d72b4

Choose a tag to compare

Added new subcommands

  • mdr dns record add - Add new record
  • mdr dns record remove - Remove record
  • mdr dns template record add - Add new record to template
  • mdr dns template record remove - Remove record from template
  • mdr domain record - Record details from domain (option to get certain property as plain text)
  • mdr domain template - Get template id from domain

v1.4.2

13 Jan 15:42
95396b9

Choose a tag to compare

Features added in 1.4.1 but due to a publishing error an empty package was published.

  • Changes yarn update message
  • New subcommand lastNotification for get.
    Usage: mdr get lastNotification
    Aliases: [last-notification, last-notif, lastNotif]
  • Update README
  • Update internal update check
  • Clean-up code
  • Update dependencies

v1.4.1

06 Jan 10:54
20ed108

Choose a tag to compare

Invalid version, do not use!

v1.4.0

26 Nov 10:57
65763bb

Choose a tag to compare

  • Add quiet flag to commands that show a loading indicator, this flag disables such indicator
  • Commands that show a table of content now start their index at 1 instead of 0
  • Update dependencies

v1.3.2

22 Nov 16:05
e64213a

Choose a tag to compare

Add lastNotification property to config which is a timestamp (milliseconds passed since Jan 1st 1970).
Using this we check if the last notification is at least 12 hours ago to prevent update message spam when using commands.

v1.3.1

22 Nov 16:00
09262e7

Choose a tag to compare

  • Better update notification message
  • Remove prettier
  • Update dependencies

v1.3.0

19 Nov 11:43
4e3f579

Choose a tag to compare

  • Add get subcommand
  • Add [api-path, auth-type] aliases to set subcommand
  • Update set subcommand descriptions
  • Update internal logger class
  • Update README.md

v1.2.1

19 Nov 11:42
51180f9

Choose a tag to compare

  • Add subcommand description to help message
  • Update some warning messages
  • Add 'get' command (TODO)
  • Update linting
  • Change ES target
  • Update package.json
  • Remove unnecessary import
  • Update README
  • Update config warning